upgraded to 0.7.0
This commit is contained in:
15
Cargo.toml
15
Cargo.toml
@@ -4,10 +4,7 @@ version = "0.1.0"
|
||||
authors = ["mitchellhansen <mitchellhansen0@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
wgpu = "0.6.0"
|
||||
arrayvec = "0.5"
|
||||
futures = "0.3"
|
||||
parking_lot = "0.11"
|
||||
@@ -16,8 +13,6 @@ smallvec = "1"
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
typed-arena = "2.0.1"
|
||||
serde = { version = "1", features = ["derive"], optional = true }
|
||||
gfx-backend-vulkan = { version = "0.6", features = ["x11"] }
|
||||
cgmath = "0.17"
|
||||
log = "0.4"
|
||||
png = "0.16"
|
||||
winit = { version = "0.22.1", features = ["web-sys"] }
|
||||
@@ -27,7 +22,11 @@ noise = "0.6"
|
||||
ddsfile = "0.4"
|
||||
wgpu-subscriber = "0.1.0"
|
||||
tobj = "2.0.3"
|
||||
legion = "0.3.1"
|
||||
gilrs = "0.8.0"
|
||||
gfx-backend-vulkan = { version = "0.6", features = ["x11"] }
|
||||
|
||||
cgmath = "0.18.0"
|
||||
rapier3d = { version = "0.5.0", features = ["simd-nightly", "parallel"] }
|
||||
nalgebra = "0.24.1"
|
||||
rapier3d = { version = "0.5.0", features = [ "simd-nightly", "parallel" ] }
|
||||
gilrs = "0.8.0"
|
||||
legion = "0.3.1"
|
||||
wgpu = "0.7.0"
|
||||
Reference in New Issue
Block a user