Initial commit
CI / cargo test (GPU) (push) Failing after 20s
CI / cargo fmt (push) Successful in 11m1s
CI / cargo test (push) Failing after 10m13s

This commit is contained in:
2026-06-19 11:42:50 -04:00
commit 64b2863fc2
10 changed files with 1123 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "enkou-shaders-tests"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
rspirv.workspace = true
[build-dependencies]
anyhow.workspace = true
cargo-gpu-install.workspace = true