Rust gpu
This commit is contained in:
10
shaders/Cargo.toml
Normal file
10
shaders/Cargo.toml
Normal file
@ -0,0 +1,10 @@
|
||||
[lib]
|
||||
crate-type = ["dylib"]
|
||||
|
||||
[package]
|
||||
name = "shaders"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
spirv-std = {git = "https://github.com/rust-gpu/rust-gpu"}
|
||||
Reference in New Issue
Block a user