init commit

This commit is contained in:
zack 2024-12-28 18:36:05 -05:00
commit 15a4041785
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
20 changed files with 37592 additions and 0 deletions

13
crates/shaders/Cargo.toml Normal file
View file

@ -0,0 +1,13 @@
[package]
name = "shaders"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["dylib"]
[dependencies]
spirv-std.workspace = true
glam.workspace = true
shaders-shared = { path = "../shaders-shared" }