Files
enkou/enkou-shaders/Cargo.toml
T
bspeice beb1c8526f
CI / cargo fmt (push) Failing after 1m23s
CI / cargo test (push) Failing after 33s
CI / cargo test (GPU) (push) Successful in 20m4s
Implement a basic Sierpinski Gasket IFS
2026-06-22 20:46:47 -04:00

24 lines
445 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
[dev-dependencies]
anyhow.workspace = true
image.workspace = true
rand_xoshiro.workspace = true
tempfile.workspace = true