cleaned up workspace

This commit is contained in:
Ryan Butler
2024-02-23 00:47:08 -05:00
parent e128bb87d3
commit b4b36f9fb2
3 changed files with 36 additions and 55 deletions

View File

@@ -1,10 +1,10 @@
[package]
name = "bevy_openxr_android"
version = "0.1.0"
edition = "2021"
description = "Example for building an Android OpenXR app with Bevy"
edition.workspace = true
license.workspace = true
publish = false
license = "MIT OR Apache-2.0"
[lib]
name = "bevy_openxr_android"
@@ -12,9 +12,9 @@ crate-type = ["rlib", "cdylib"]
[dependencies]
bevy_oxr.path = "../.."
bevy = "0.13"
openxr = { git = "https://github.com/Ralith/openxrs", rev = "0177d2d", features = ["mint"] }
bevy_oxr.path = "../.."
openxr = { workspace = true, features = ["mint"] }
# [profile.release]
# lto = "fat"