From 9f6c29870395eca85f87f7937fd8c8c295f3d3e0 Mon Sep 17 00:00:00 2001 From: Johan Andersson Date: Fri, 25 Oct 2019 21:58:03 +0200 Subject: [PATCH] Write license with OR intead of slash --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d291f0..eb1791e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Statically linked MoltenVK for Vulkan on Mac using Ash" version = "0.1.0" authors = ["Embark ", "Maik Klein "] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" keywords = ["vulkan", "metal"] categories = ["api-bindings", "rendering", "os::macos-apis"]