Add entry points for GPU

This commit is contained in:
2026-06-27 18:25:41 -04:00
parent 6671475c75
commit 44b71c2692
11 changed files with 202 additions and 104 deletions
+3 -2
View File
@@ -24,7 +24,8 @@ bytemuck = { version = "1.25.0", features = ["derive"] }
glam = { version = "0.33.1", default-features = false, features = ["bytemuck", "scalar-math"] }
image = { version = "0.25.10", default-features = false, features = ["default-formats"]}
libm = "0.2.16"
rand = { version = "0.10.1", default-features = false }
rspirv = "0.13.0"
rand_xoshiro = "0.8.1"
tempfile = "3.27.0"
rand = { version = "0.8.6", default-features = false }
rand_xoshiro = "0.6.0"