Skip to content

Commit 0fbf27f

Browse files
committed
Fixup metadata
1 parent 19146e6 commit 0fbf27f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spirv-tools-sys/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[package]
22
name = "spirv-tools-sys"
33
version = "0.1.0"
4-
authors = ["Jake Shadle <jake.shadle@embark-studios.com>"]
4+
authors = ["Embark <opensource@embark-studios.com>"]
55
edition = "2018"
66
build = "build.rs"
7+
license = "MIT OR Apache-2.0"
78

89
[features]
910
opt = ["val"]

spirv-tools/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "spirv-tools"
33
version = "0.1.0"
44
authors = ["Embark <[email protected]>"]
55
edition = "2018"
6+
license = "MIT OR Apache-2.0"
67

78
[features]
89
opt = ["spirv-tools-sys/opt"]

0 commit comments

Comments
 (0)