runs
This commit is contained in:
33
Cargo.toml
Normal file
33
Cargo.toml
Normal file
@@ -0,0 +1,33 @@
|
||||
[package]
|
||||
name = "minimal-viable-game-engine"
|
||||
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"
|
||||
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 }
|
||||
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"] }
|
||||
rand = { version = "0.7.2", features = ["wasm-bindgen"] }
|
||||
bytemuck = "1"
|
||||
noise = "0.6"
|
||||
ddsfile = "0.4"
|
||||
wgpu-subscriber = "0.1.0"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user