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