musing about config/savestate loading
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user