k4d3 commited on
Commit
cdd049f
1 Parent(s): 6337ab4
Files changed (1) hide show
  1. Cargo.toml +15 -16
Cargo.toml CHANGED
@@ -71,12 +71,12 @@ dev_features = [
71
  "bevy/embedded_watcher",
72
  #"bevy_progress/debug",
73
  "bevy_rapier2d/debug-render-2d",
74
- "big-brain/trace",
75
  #"sickle_ui/dev",
76
  # "bevy_incandescent/debug",
77
  "dep:bevy-inspector-egui",
78
  # Allow egui to take priority over actions when processing inputs.
79
- "input-manager/egui",
80
  #"dep:bevy_mod_debugdump",
81
  #"dep:graphviz-rust",
82
  ]
@@ -90,12 +90,12 @@ bevy_rapier2d = { git = "https://github.com/dimforge/bevy_rapier", default-featu
90
  "simd-stable",
91
  "parallel",
92
  ] }
93
- bevy_rand = { git = "https://github.com/ka-de/bevy_rand", branch = "0.14", features = [
94
  #"rand_chacha",
95
  "wyrand",
96
  "serialize",
97
  ] }
98
- input-manager = { git = "https://github.com/ka-de/input-manager", branch = "0.14", features = [
99
  "timing",
100
  "ui",
101
  ] }
@@ -104,10 +104,10 @@ input-manager = { git = "https://github.com/ka-de/input-manager", branch = "0.14
104
  #bevy_device_lang = { git = "https://github.com/ka-de/bevy_device_lang", branch = "0.14" }
105
  #aery = { git = "https://github.com/ka-de/aery", branch = "0.14" }
106
  #bevy_vector_shapes = { git = "https://github.com/ka-de/bevy_vector_shapes", branch = "0.14" }
107
- big-brain = { git = "https://github.com/ka-de/big-brain", branch = "0.14" }
108
  #bevy_mod_debugdump = { git = "https://github.com/ka-de/bevy_mod_debugdump", branch = "0.14", optional = true }
109
  #graphviz-rust = { version = "0.9.0", optional = true }
110
- seldom_state = { git = "https://github.com/ka-de/seldom_state", branch = "0.14" }
111
  # bevy_text_input = { git = "https://github.com/ka-de/bevy_text_input", branch = "0.14" }
112
  # bevy_flurx = { git = "https://github.com/ka-de/bevy_flurx", branch = "0.14" }
113
  # bevy_magic_light_2d = { git = "https://github.com/ka-de/bevy_magic_light_2d", branch = "0.14" }
@@ -150,12 +150,13 @@ features = [
150
  "bevy_text",
151
  "subpixel_glyph_atlas",
152
  "bevy_render",
153
- "multi-threaded",
 
154
  "bevy_winit",
155
  "x11",
156
  "wayland",
157
- "bevy_state", # ⚠️ TODO: Needs research
158
- "sysinfo_plugin", # ⚠️ OwO whats this?
159
  ]
160
 
161
  # ☠️ RIP?
@@ -192,17 +193,15 @@ features = ["highlight_changes"]
192
 
193
  [dependencies.sickle_ui]
194
  git = "https://github.com/ka-de/sickle_ui"
195
- branch = "0.14"
196
 
197
  [dependencies.bevy_yarnspinner]
198
  git = "https://github.com/ka-de/YarnSpinner-Rust"
199
- branch = "0.14"
200
 
201
- [dependencies.bevy_hanabi]
202
- git = "https://github.com/ka-de/bevy_hanabi"
203
- branch = "0.14"
204
- default-features = false
205
- features = ["2d"]
206
 
207
  # ⚠️ TODO: Verify this is the same in bevy_audio!
208
  [dependencies.rodio]
 
71
  "bevy/embedded_watcher",
72
  #"bevy_progress/debug",
73
  "bevy_rapier2d/debug-render-2d",
74
+ #"big-brain/trace",
75
  #"sickle_ui/dev",
76
  # "bevy_incandescent/debug",
77
  "dep:bevy-inspector-egui",
78
  # Allow egui to take priority over actions when processing inputs.
79
+ "leafwing-input-manager/egui",
80
  #"dep:bevy_mod_debugdump",
81
  #"dep:graphviz-rust",
82
  ]
 
90
  "simd-stable",
91
  "parallel",
92
  ] }
93
+ bevy_rand = { git = "https://github.com/ka-de/bevy_rand", features = [
94
  #"rand_chacha",
95
  "wyrand",
96
  "serialize",
97
  ] }
98
+ leafwing-input-manager = { git = "https://github.com/ka-de/input-manager", branch = "0.14", features = [
99
  "timing",
100
  "ui",
101
  ] }
 
104
  #bevy_device_lang = { git = "https://github.com/ka-de/bevy_device_lang", branch = "0.14" }
105
  #aery = { git = "https://github.com/ka-de/aery", branch = "0.14" }
106
  #bevy_vector_shapes = { git = "https://github.com/ka-de/bevy_vector_shapes", branch = "0.14" }
107
+ #big-brain = { git = "https://github.com/ka-de/big-brain" }
108
  #bevy_mod_debugdump = { git = "https://github.com/ka-de/bevy_mod_debugdump", branch = "0.14", optional = true }
109
  #graphviz-rust = { version = "0.9.0", optional = true }
110
+ seldom_state = { git = "https://github.com/ka-de/seldom_state" }
111
  # bevy_text_input = { git = "https://github.com/ka-de/bevy_text_input", branch = "0.14" }
112
  # bevy_flurx = { git = "https://github.com/ka-de/bevy_flurx", branch = "0.14" }
113
  # bevy_magic_light_2d = { git = "https://github.com/ka-de/bevy_magic_light_2d", branch = "0.14" }
 
150
  "bevy_text",
151
  "subpixel_glyph_atlas",
152
  "bevy_render",
153
+ # ⚠️ TODO: Where did this go?
154
+ #"multi-threaded",
155
  "bevy_winit",
156
  "x11",
157
  "wayland",
158
+ "bevy_state", # ⚠️ TODO: Needs research
159
+ "sysinfo_plugin", # ⚠️ OwO whats this?
160
  ]
161
 
162
  # ☠️ RIP?
 
193
 
194
  [dependencies.sickle_ui]
195
  git = "https://github.com/ka-de/sickle_ui"
 
196
 
197
  [dependencies.bevy_yarnspinner]
198
  git = "https://github.com/ka-de/YarnSpinner-Rust"
 
199
 
200
+ #[dependencies.bevy_hanabi]
201
+ #git = "https://github.com/ka-de/bevy_hanabi"
202
+ #branch = "0.14"
203
+ #default-features = false
204
+ #features = ["2d"]
205
 
206
  # ⚠️ TODO: Verify this is the same in bevy_audio!
207
  [dependencies.rodio]