Skip to content

Commit

Permalink
Merge pull request #30 from ForTehLose/demo
Browse files Browse the repository at this point in the history
Demo
  • Loading branch information
MalekiRe authored Nov 7, 2023
2 parents a807b28 + a1cd9e3 commit fc2a705
Show file tree
Hide file tree
Showing 7 changed files with 4,685 additions and 4 deletions.
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,15 @@ openxr = { version = "0.17.1", features = ["static"] }
[dev-dependencies]
bevy = "0.12"
color-eyre = "0.6.2"
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }

[[example]]
name = "xr"
path = "examples/xr.rs"

[[example]]
name = "demo"
path = "examples/demo/src/main.rs"

[profile.release]
debug = true
Loading

0 comments on commit fc2a705

Please sign in to comment.