strange things are afoot at the circle-K

This commit is contained in:
2021-02-20 03:02:38 -08:00
parent 26f2cf4836
commit f4c6391e37
5 changed files with 72 additions and 29 deletions

View File

@@ -12,7 +12,8 @@ raw-window-handle = "0.3"
smallvec = "1"
tracing = { version = "0.1", default-features = false, features = ["std"] }
typed-arena = "2.0.1"
serde = { version = "1", features = ["derive"], optional = true }
serde = "1.0.123"
serde_derive = "1.0.123"
log = "0.4"
env_logger = "0.8.3"
png = "0.16"
@@ -27,7 +28,7 @@ gilrs = "0.8.0"
gfx-backend-vulkan = { version = "0.6", features = ["x11"] }
lazy_static = "1.4.0"
crossbeam = "0.8.0"
config = "0.10.1"
toml = "0.5.8"
cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }