From a807b285d48b6fdb7f79fa8d7360f89b56ffe5b2 Mon Sep 17 00:00:00 2001 From: MalekiRe Date: Mon, 6 Nov 2023 16:44:58 -0800 Subject: [PATCH] added licenses to cargo.toml --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 6472aff..3a497cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "bevy_oxr" version = "0.1.0" edition = "2021" +description = "Community crate for OpenXR in Bevy" +license = "MIT/Apache-2.0" [features] default = ["openxr/mint", "linked"]