Write license with OR intead of slash

This commit is contained in:
Johan Andersson 2019-10-25 21:58:03 +02:00
parent 077547bdc8
commit 9f6c298703

View file

@ -4,7 +4,7 @@ description = "Statically linked MoltenVK for Vulkan on Mac using Ash"
version = "0.1.0" version = "0.1.0"
authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"] authors = ["Embark <opensource@embark-studios.com>", "Maik Klein <maik.klein@embark-studios.com>"]
edition = "2018" edition = "2018"
license = "MIT/Apache-2.0" license = "MIT OR Apache-2.0"
readme = "README.md" readme = "README.md"
keywords = ["vulkan", "metal"] keywords = ["vulkan", "metal"]
categories = ["api-bindings", "rendering", "os::macos-apis"] categories = ["api-bindings", "rendering", "os::macos-apis"]