Files
fdtd-coremem/crates/spirv_backend/Cargo.toml
Colin dab5e42d1a update deps: rust-gpu: 985007fc -> dcf37b75, associated rust-toolchain: nightly-2022-08-29 -> nightly-2022-09-25
verified working: cargo test; cargo run --release --bin sr_latch; cargo run --release --bin wavefront
2025-01-15 01:47:30 +00:00

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 = "dcf37b75a7f9e7a94f52c8a3a5d93af795e34cd0", features = ["glam"] } # MIT or Apache 2.0
coremem_cross = { path = "../cross" }