Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bevy 0.14 #173

Merged
merged 4 commits into from
Jul 8, 2024
Merged

Bevy 0.14 #173

merged 4 commits into from
Jul 8, 2024

Conversation

ManevilleF
Copy link
Owner

No description provided.

@StrikeForceZero
Copy link

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]]

@ManevilleF ManevilleF marked this pull request as ready for review July 8, 2024 09:32
@ManevilleF ManevilleF merged commit dae2bb3 into main Jul 8, 2024
9 checks passed
@ManevilleF ManevilleF deleted the feat/bevy_0.14 branch July 8, 2024 10:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants