rust-gpu/rustc_codegen_spirv/Cargo.toml
2020-09-23 10:39:51 +02:00

24 lines
466 B
TOML

[package]
name = "rustc_codegen_spirv"
version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
repository = "https://github.com/EmbarkStudios/rust-gpu"
#keywords = []
#categories = []
#readme = "README.md"
[lib]
crate-type = ["dylib"]
[dependencies]
bimap = "0.5"
rspirv = "0.7.0"
rspirv-linker = { path = "../rspirv-linker" }
tar = "0.4"
[dev-dependencies]
pretty_assertions = "0.6"
tempfile = "3.1"