ManevilleF / hexx

Hexagonal tools lib in rust
Apache License 2.0
288 stars 23 forks source link

Bevy 0.14 #173

Closed ManevilleF closed 3 months ago

StrikeForceZero commented 3 months ago

I think these are the final versions for everything bevy 0.14

Index: Cargo.toml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/Cargo.toml b/Cargo.toml
--- a/Cargo.toml    (revision Staged)
+++ b/Cargo.toml    (date 1720331650053)
@@ -36,14 +36,14 @@
 optional = true

 [dependencies.bevy_reflect]
-version = "0.14.0-rc"
+version = "0.14.0"
 default-features = false
 features = ["glam"]
 optional = true

 # For lib.rs doctests and examples
 [dev-dependencies.bevy]
-version = "0.14.0-rc"
+version = "0.14.0"
 features = [
   "bevy_asset",
   "bevy_winit",
@@ -68,8 +68,8 @@

 [dev-dependencies]
 rand = "0.8"
-bevy-inspector-egui = "0.24"
-bevy_egui = "0.27"
+bevy-inspector-egui = "0.25"
+bevy_egui = "0.28"
 approx = "0.5"

 [[example]]