rust-gpu/examples/shaders/sky-shader/Cargo.toml
2022-11-22 07:43:06 -08:00

16 lines
317 B
TOML

[package]
name = "sky-shader"
version = "0.0.0"
publish = false
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lib]
crate-type = ["lib", "dylib"]
[dependencies]
shared = { path = "../../shaders/shared" }
spirv-std = { workspace = true, features = ["glam"] }