Skip to content

Commit

Permalink
cargo: Use patch for bevy_egui (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Aug 12, 2024
1 parent e5aba14 commit aae24b7
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 21 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.idea
/.vscode
/target
/vendor

*.swp
.DS_Store
Expand Down
26 changes: 6 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ axum = "0.7.5"
base64 = "0.21.7"
bevy = { version = "0.13", features = ["serialize"] }
bevy-inspector-egui = "0.23.4"
bevy_egui = { git = "https://github.com/Schmarni-Dev/bevy_egui/", branch = "nexus-use-bevy-0.13" }
bevy_egui = "0.25"
bevy_egui_keyboard.path = "crates/bevy_egui_keyboard"
bevy_flycam = "0.13"
bevy_mod_inverse_kinematics = "0.6"
Expand Down Expand Up @@ -112,3 +112,6 @@ opt-level = 2

[profile.dev.package.rapier3d]
opt-level = 3

[patch.crates-io]
bevy_egui = { git = "https://github.com/Schmarni-Dev/bevy_egui/", branch = "nexus-use-bevy-0.13" }

0 comments on commit aae24b7

Please sign in to comment.