musing about config/savestate loading

This commit is contained in:
2021-02-20 00:29:57 -08:00
parent d0a2893056
commit a1305bed2d
10 changed files with 125 additions and 9986 deletions

View File

@@ -14,7 +14,7 @@ tracing = { version = "0.1", default-features = false, features = ["std"] }
typed-arena = "2.0.1"
serde = { version = "1", features = ["derive"], optional = true }
log = "0.4"
simple_logger = "1.11.0"
env_logger = "0.8.3"
png = "0.16"
#winit = { version = "0.24.0"}
rand = { version = "0.7.2", features = ["wasm-bindgen"] }
@@ -27,6 +27,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"
cgmath = "0.18.0"
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }
@@ -44,4 +45,4 @@ winit-24 = { version = "0.24", package = "winit", optional = true }
[features]
default = ["winit-24"]
debug = ["winit-24"]
debug = ["winit-24"]