Skip to content

Commit

Permalink
Cleanup dependencies (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rparrett authored Jul 26, 2024
1 parent 8a2b8ec commit 3916fba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions Cargo.lock

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

5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@ bevy_rapier3d = "0.27"
bevy_asset_loader = "0.21"
bevy-inspector-egui = { version = "0.25", optional = true }
leafwing-input-manager = "0.14"
# https://github.com/vleue/jornet/pull/296
bevy_jornet = { git = "https://github.com/rparrett/jornet.git", branch = "reflect-player-14" }
# https://github.com/BraymatterOrg/bevy_tiling_background/pull/25
bevy_tiling_background = { git = "https://github.com/rparrett/bevy_tiling_background.git", branch = "bevy-0.14" }
bevy_mod_debugdump = { version = "0.11", optional = true }
bevy-alt-ui-navigation-lite = "0.2"
bevy_pipelines_ready = "0.4"
bevy_simple_prefs = "0.3"

interpolation = "0.2"
serde = "*"
ron = "0.8"
rand = "0.8"
bevy_simple_prefs = "0.2.0"

# Disable low-severity logs at compile time for performance.
log = { version = "0.4", features = [
Expand Down

0 comments on commit 3916fba

Please sign in to comment.