rustgpu!!

This commit is contained in:
2025-03-22 17:41:13 -04:00
parent 788764ab5d
commit 47c1d9513f
24 changed files with 1570 additions and 1274 deletions

10
shader/Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "shader"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["dylib"]
[dependencies]
spirv-std = { version = "0.9" }