Rust shaders
This commit is contained in:
8
gpu_shared/Cargo.toml
Normal file
8
gpu_shared/Cargo.toml
Normal file
@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "gpu_shared"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
bytemuck = {version = "1.24.0", features = ["derive"]}
|
||||
glam = {version = "0.30.10", default-features = false, features = ["bytemuck"]}
|
||||
Reference in New Issue
Block a user