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
+15
View File
@@ -0,0 +1,15 @@
[package]
name = "enkou-shaders"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
spirv-std.workspace = true
glam.workspace = true
bytemuck.workspace = true