mirror of
https://github.com/sotrh/learn-wgpu.git
synced 2024-11-16 06:12:55 +00:00
19 lines
405 B
TOML
19 lines
405 B
TOML
[package]
|
|
name = "windowless"
|
|
version = "0.1.0"
|
|
authors = ["Ben Hansen <https://github.com/sotrh>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
image = "0.24"
|
|
shaderc = "0.8"
|
|
wgpu = { version = "0.18", features = ["spirv"] }
|
|
pollster = "0.3"
|
|
futures-intrusive = "0.4"
|
|
|
|
[[bin]]
|
|
name = "windowless"
|
|
path = "src/main.rs"
|