-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
30 lines (27 loc) · 1004 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 = "gamelibrary"
version = "0.1.0"
edition = "2021"
[dependencies]
bitcode = { version = "0.6.3", features = ["serde"] }
chrono = "0.4.38"
diff-struct = "0.5.3"
ewebsock = "0.7.0"
fxhash = "0.2.1"
lz4_flex = "0.11.3"
macroquad = {git = "https://github.com/VoxanyNet/macroquad", rev = "73db4a93f90f41942995ef757499ed61f3ff6085"}
nalgebra = {git = "https://github.com/VoxanyNet/nalgebra", rev = "c57d898ac19a01ac5ad2d6da5f98dea91257ac9e"}
rand = "0.8.5"
rapier2d = { git = "https://github.com/VoxanyNet/rapier", rev = "54b56a9a72d223b407a01c97865067eaa3d5e0e4", features = ["serde-serialize"] }
serde = { version = "1.0.203", features = ["derive"] }
serde_json = "1.0.128"
serde_yaml = "0.9.34"
tungstenite = "0.23.0"
uuid = { version = "1.8.0", features = ["v4"] }
getrandom = { version = "0.2.15", features = ["js"] }
web-sys = { version = "0.3.72", features = ["WebSocket", "console"] }
wasm-bindgen-futures = "0.4.45"
web-time = "1.1.0"
[[bin]]
name = "test"
path = "src/test/main.rs"