implemented a way less clean thingy
This commit is contained in:
@@ -10,6 +10,11 @@ crate-type = ["lib", "cdylib"]
|
||||
|
||||
[dependencies]
|
||||
bevy = "0.12"
|
||||
bevy_oxr = { path = "../../" }
|
||||
bevy_oxr = { path = "../../", default-features = false }
|
||||
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
|
||||
color-eyre = "0.6.2"
|
||||
|
||||
|
||||
[target.'cfg(not(target_os="android"))'.dependencies.bevy_oxr]
|
||||
path = "../../"
|
||||
default-features = true
|
||||
|
||||
Reference in New Issue
Block a user