From b207ff64c06424a8f7e2b1eb86d230244019f75d Mon Sep 17 00:00:00 2001 From: Schmarni Date: Wed, 8 Nov 2023 05:36:03 +0100 Subject: [PATCH] Well removed demo as a Cargo Example because it does not like being build that way --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bce1681..ad6630b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,9 +39,5 @@ bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "be name = "xr" path = "examples/xr.rs" -[[example]] -name = "demo" -path = "examples/demo/src/main.rs" - [profile.release] debug = true