Files
enkou/enkou-shaders/Cargo.toml
T
bspeice 90f886f971
CI / cargo fmt (push) Successful in 22s
CI / cargo test (push) Failing after 13m52s
CI / cargo test (GPU) (push) Successful in 13m45s
Implement the IFS camera
2026-06-20 15:10:25 -04:00

18 lines
322 B
TOML

[package]
name = "enkou-shaders"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
bytemuck.workspace = true
glam.workspace = true
libm.workspace = true
rand.workspace = true
spirv-std.workspace = true