mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-22 23:05:32 +00:00
24 lines
466 B
TOML
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"
|