Relicense under MIT+Apache2

This commit is contained in:
Dzmitry Malyshau 2020-06-18 16:51:51 -04:00 committed by Dzmitry Malyshau
parent 9940460fe6
commit 70054b7693
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ description = "Shader translation infrastructure"
homepage = "https://github.com/gfx-rs/naga" homepage = "https://github.com/gfx-rs/naga"
repository = "https://github.com/gfx-rs/naga" repository = "https://github.com/gfx-rs/naga"
keywords = ["shader", "SPIR-V"] keywords = ["shader", "SPIR-V"]
license = "MPL-2.0" license = "MIT OR Apache-2.0"
[dependencies] [dependencies]
bitflags = "1" bitflags = "1"