Skip to content

Commit

Permalink
feat: pin commit of pancam and bevy_egui to a working state
Browse files Browse the repository at this point in the history
  • Loading branch information
carrascomj committed Oct 30, 2023
1 parent 06f214e commit 74b5af6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 64 deletions.
69 changes: 7 additions & 62 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ readme = "README.md"

[dependencies]
bevy = {version="0.11", features = ["bevy_render", "bevy_core_pipeline", "bevy_asset", "bevy_sprite", "bevy_winit", "png", "x11", "bevy_ui", "tga", "bmp", "jpeg", "webgl2"], default-features=false }
bevy_egui = "0.22"
bevy_pancam = { version = "0.9.0", features = ["bevy_egui"] }
bevy_egui = "0.21"
bevy_pancam = { git = "https://github.com/johanhelsing/bevy_pancam.git", rev="8b6263dcf634dfcc26954c5d712b88a6d7d43e29", features = ["bevy_egui"] }
bevy_prototype_lyon = "0.9.0"
colorgrad = "0.6.2"
itertools = "0.10.5"
Expand Down

0 comments on commit 74b5af6

Please sign in to comment.