Well removed demo as a Cargo Example because it does not like being build that way

This commit is contained in:
Schmarni
2023-11-08 05:36:03 +01:00
parent d086fc3731
commit b207ff64c0

View File

@@ -39,9 +39,5 @@ bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "be
name = "xr" name = "xr"
path = "examples/xr.rs" path = "examples/xr.rs"
[[example]]
name = "demo"
path = "examples/demo/src/main.rs"
[profile.release] [profile.release]
debug = true debug = true