12 lines
312 B
TOML
12 lines
312 B
TOML
[package]
|
|
name = "spirv_backend"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
crate-type = ["dylib", "lib"]
|
|
|
|
[dependencies]
|
|
spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu", rev = "86d6042204e4c0f9ab04120155636d714037fadc", features = ["glam"] } # MIT or Apache 2.0
|
|
coremem_cross = { path = "../cross" }
|