cleaned up workspace
This commit is contained in:
@@ -1,31 +1,15 @@
|
||||
[package]
|
||||
name = "demo"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
description = "Demo using bevy_oxr"
|
||||
edition.workspace = true
|
||||
publish = false
|
||||
|
||||
[lib]
|
||||
crate-type = ["rlib", "cdylib"]
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.13"
|
||||
bevy.workspace = true
|
||||
bevy_oxr.path = "../../"
|
||||
# bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
|
||||
bevy_rapier3d = "0.25"
|
||||
color-eyre = "0.6.2"
|
||||
|
||||
|
||||
# [target.'cfg(not(target_os="android"))'.dependencies.bevy_oxr]
|
||||
# path = "../../"
|
||||
# # May need to be more specific. needs to be false at least on linux without an active runtime to run in flat
|
||||
# default-features = true
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[patch.crates-io]
|
||||
ndk = { git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
ndk-sys = { package = "ndk-sys", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
ndk-context = { package = "ndk-context", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
ndk-glue = { package = "ndk-glue", git = "https://github.com/Schmarni-Dev/ndk.git", branch = "070" }
|
||||
color-eyre.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user