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

Update to Bevy 0.14 #284

Merged
merged 13 commits into from
Jul 5, 2024
Merged

Update to Bevy 0.14 #284

merged 13 commits into from
Jul 5, 2024

Conversation

Friz64
Copy link
Contributor

@Friz64 Friz64 commented May 30, 2024

Closes #280

@atbentley
Copy link

@Friz64 could we bump this PR to the 0.14 release candidate?

diff --git a/Cargo.toml b/Cargo.toml
index 07803dd..6aff021 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ name = "ui"
 required-features = ["render"]
 
 [dependencies]
-bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "519abbc", default-features = false, features = [
+bevy = { version = "0.14.0-rc.2", default-features = false, features = [
     "bevy_asset",
 ] }
 egui = { version = "0.27", default-features = false, features = ["bytemuck"] }
@@ -52,7 +52,7 @@ thread_local = { version = "1.1.0", optional = true }
 
 [dev-dependencies]
 version-sync = "0.9.4"
-bevy = { git = "https://github.com/bevyengine/bevy.git", rev = "519abbc", default-features = false, features = [
+bevy = { version = "0.14.0-rc.2", default-features = false, features = [
     "x11",
     "png",
     "bevy_pbr",

@Friz64
Copy link
Contributor Author

Friz64 commented Jun 7, 2024

Yes, I have that in mind for later today, when I am able to.

edit: done! @atbentley

@tychedelia
Copy link

Thanks for doing this!

@Friz64 Friz64 changed the title Update to Bevy 0.14 Update to Bevy 0.14 rc Jun 8, 2024
@Friz64 Friz64 marked this pull request as ready for review June 8, 2024 17:38
Cargo.toml Outdated Show resolved Hide resolved
Cargo.toml Outdated Show resolved Hide resolved
Friz64 and others added 2 commits June 17, 2024 19:24
Co-authored-by: MiniaczQ <xnetroidpl@gmail.com>
Co-authored-by: MiniaczQ <xnetroidpl@gmail.com>
@xangelix
Copy link

xangelix commented Jul 4, 2024

Bump this to 0.14.0 now that it's released! Thanks :)

@Friz64
Copy link
Contributor Author

Friz64 commented Jul 4, 2024

There you go!!! 🎉

@Friz64 Friz64 changed the title Update to Bevy 0.14 rc Update to Bevy 0.14 Jul 4, 2024
@mvlabat
Copy link
Owner

mvlabat commented Jul 5, 2024

The colours seem to be wrong on WASM. I won't be blocking the release, but if anyone could help me with fixing those, that would be great.

And thank you for the PR @Friz64!

@mvlabat mvlabat merged commit f069c0c into mvlabat:main Jul 5, 2024
39 checks passed
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.

None yet

6 participants