Skip to content

Commit

Permalink
Merge pull request #1 from odecay/master
Browse files Browse the repository at this point in the history
Reorganization of examples and remove submodule.
  • Loading branch information
BrianWiz committed Nov 10, 2023
2 parents 9eac1b2 + 4f71818 commit 85496b5
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 30 deletions.
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

11 changes: 0 additions & 11 deletions .vscode/settings.json

This file was deleted.

12 changes: 8 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ thiserror = "1.0.50"
usage = "1.4.0"

shalrath = "0.2.5"
shambler = {path = "./shambler"}
bevy_xpbd_3d = { version = "0.3.1", optional = true }
shambler = { git = "https://github.com/BrianWiz/shambler.git" }
bevy_xpbd_3d = { version = "0.3.2", optional = true }
bevy_rapier3d = { version = "0.23.0", optional = true }

[[example]]
name = "first_person"
required-features = ["xpbd"]

[features]
xpbd=["bevy_xpbd_3d"]
rapier=["bevy_rapier3d"]
xpbd = ["bevy_xpbd_3d"]
rapier = ["bevy_rapier3d"]
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
11 changes: 0 additions & 11 deletions example/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes
1 change: 0 additions & 1 deletion shambler
Submodule shambler deleted from 37e14f

0 comments on commit 85496b5

Please sign in to comment.