learn-wgpu/code/showcase/windowless/Cargo.toml

19 lines
407 B
TOML
Raw Normal View History

[package]
name = "windowless"
version = "0.1.0"
authors = ["Ben Hansen <bhbenjaminhansen@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-01 23:00:19 +00:00
image = "0.24"
shaderc = "0.8"
2023-01-30 18:09:26 +00:00
wgpu = { version = "0.15", features = ["spirv"] }
2021-07-14 12:26:05 +00:00
pollster = "0.2"
2022-07-01 23:00:19 +00:00
futures-intrusive = "0.4"
[[bin]]
name = "windowless"
2019-12-30 20:35:01 +00:00
path = "src/main.rs"