rustgpu!!
This commit is contained in:
14
Cargo.toml
14
Cargo.toml
@@ -15,11 +15,21 @@ ndarray = "0.15.6"
|
||||
pollster = "0.3"
|
||||
rand = "0.8.5"
|
||||
simba = "0.8.1"
|
||||
wgpu = "22.0.0"
|
||||
wgpu = { version = "22.0.0", features = ["spirv"] }
|
||||
bevy_ecs = "0.13.2"
|
||||
bevy_derive = "0.13.2"
|
||||
winit = {version="0.30.1", features=["serde"]}
|
||||
block-mesh = "0.2.0"
|
||||
rustc-hash = "2.0.0"
|
||||
vulkano = "0.34.1"
|
||||
simdnoise = { git = "https://github.com/valadaptive/rust-simd-noise", rev = "965175f" }
|
||||
|
||||
[build-dependencies]
|
||||
spirv-builder = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "9a533a3" }
|
||||
|
||||
# Compile build-dependencies in release mode with
|
||||
# the same settings as regular dependencies.
|
||||
[profile.release.build-override]
|
||||
opt-level = 3
|
||||
codegen-units = 16
|
||||
[profile.dev.build-override]
|
||||
opt-level = 3
|
||||
|
||||
Reference in New Issue
Block a user