From 9342c6ce9d2a92773ac5f1fc567f8ad8b26c6d84 Mon Sep 17 00:00:00 2001 From: Rouven Spreckels Date: Thu, 4 Jul 2024 20:02:23 +0200 Subject: [PATCH] Use latest release (waiting for `bevy_egui`). --- Cargo.toml | 4 ++-- RELEASES.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a3df3515..b69adef08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,12 +42,12 @@ serialize = ["bevy/serialize", "trackball/serde"] c11-orbit = ["trackball/cc"] [dependencies] -bevy = { version = "0.14.0-rc", default-features = false, features = ["bevy_render"] } +bevy = { version = "0.14.0", default-features = false, features = ["bevy_render"] } bevy_egui = { git = "https://github.com/mvlabat/bevy_egui", rev = "refs/pull/284/head", default-features = false, features = ["render"], optional = true } trackball = { version = "0.13.0", features = ["glam"] } [dev-dependencies.bevy] -version = "0.14.0-rc" +version = "0.14.0" default-features = false features = [ "bevy_winit", diff --git a/RELEASES.md b/RELEASES.md index 35bcea411..ec9cd2387 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,6 @@ # Version 0.7.0 (2024-??-??) - * Update `bevy` to `0.14.0-rc`. + * Update `bevy` to `0.14.0`. # Version 0.6.0 (2024-05-01)