Files
simple-rt/shaders/Cargo.toml
2026-01-10 17:43:54 +01:00

11 lines
167 B
TOML

[lib]
crate-type = ["dylib"]
[package]
name = "shaders"
version = "0.1.0"
edition = "2024"
[dependencies]
spirv-std = {git = "https://github.com/rust-gpu/rust-gpu"}