mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-21 19:34:27 +00:00
16 lines
317 B
TOML
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"] }
|