We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19146e6 commit 0fbf27fCopy full SHA for 0fbf27f
spirv-tools-sys/Cargo.toml
@@ -1,9 +1,10 @@
1
[package]
2
name = "spirv-tools-sys"
3
version = "0.1.0"
4
-authors = ["Jake Shadle <jake.shadle@embark-studios.com>"]
+authors = ["Embark <opensource@embark-studios.com>"]
5
edition = "2018"
6
build = "build.rs"
7
+license = "MIT OR Apache-2.0"
8
9
[features]
10
opt = ["val"]
spirv-tools/Cargo.toml
@@ -3,6 +3,7 @@ name = "spirv-tools"
authors = ["Embark <[email protected]>"]
opt = ["spirv-tools-sys/opt"]
0 commit comments