Skip to content

Commit

Permalink
Clean up deps a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Jan 28, 2024
1 parent 1e4e7d5 commit e46b015
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 57 deletions.
130 changes: 95 additions & 35 deletions Cargo.lock

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

26 changes: 4 additions & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ bevy_common_assets = { version = "0.9", features = ["ron", "toml"] }
bevy_egui = "0.24"
serde = { version = "1", features = ["derive"] }
indexmap = { version = "2", features = ["serde"] }
strum = "0.25"
strum_macros = "0.25"
strum = "0.26"
strum_macros = "0.26"
ron = "0.8"
regex = "1"
chrono = "0.4"
Expand All @@ -42,11 +42,12 @@ anyhow = "1"
# Activate the egui feature when https://github.com/Leafwing-Studios/leafwing-input-manager/pull/442 lands
leafwing-input-manager = { version = "0.11", features = [] }
warbler_grass = "0.4"
rand = { version = "0.8", features = ["small_rng", "nightly"] }
rand = { version = "0.8", features = ["small_rng"] }
bevy_dolly = "0.0.2"
spew = "0.4"
bevy_mod_sysfail = "5"
seldom_fn_plugin = "0.5"
# https://github.com/TheGrimsey/oxidized_navigation/pull/21
bevy_rapier3d = { version = "0.23", features = [ "serde-serialize", "simd-stable", "parallel" ] }
bevy_editor_pls = { version = "0.7", optional = true }
bevy_hanabi = "0.9"
Expand All @@ -59,30 +60,11 @@ image = { version = "0.24", default-features = false }

[dependencies.bevy]
version = "0.12"
default-features = false
features = [
"animation",
"bevy_asset",
"bevy_scene",
"bevy_winit",
"bevy_core_pipeline",
"bevy_pbr",
"bevy_gltf",
"bevy_render",
"bevy_sprite",
"bevy_text",
"bevy_ui",
"png",
"jpeg",
"hdr",
"zstd",
"x11",
"ktx2",
"tonemapping_luts",
"serialize",
"dynamic_linking",
"file_watcher",
"multi-threaded",
]

[build-dependencies]
Expand Down

0 comments on commit e46b015

Please sign in to comment.