-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (26 loc) · 851 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[package]
name = "IDNHRust"
version = "0.1.0"
edition = "2021"
[dependencies]
cgmath = "0.18.0"
device_query = "2.1.0"
enigo = "0.2.1"
gl = "0.14.0"
glob = "0.3.1"
libp2p = "0.54.1"
rect_packer = "0.2.1"
rusttype = { version = "0.9.3", features = ["gpu_cache"] }
sdl2 = { version = "0.37.0", features = ["bundled", "image", "mixer", "unsafe_textures"] }
toml = { version = "0.8.19", features = ["preserve_order"] }
serde_json = "1.0.128"
fancy-regex = "0.13.0"
clipboard = "0.5.0"
uuid = { version = "1.11.0", features = ["v4"] }
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.9", features = ["windef", "winuser", "minwindef"] }
widestring = "0.5"
[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = "0.22"
[target.'cfg(target_os = "linux")'.dependencies]
x11 = { version = "2.20", features = ["xlib"] }