added licenses to cargo.toml

This commit is contained in:
MalekiRe
2023-11-06 16:44:58 -08:00
parent 52ffa2fdc8
commit a807b285d4

View File

@@ -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"]