11 lines
167 B
TOML
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"}
|