Skip to content

Commit

Permalink
up bevy rc to rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Nov 6, 2024
1 parent ac5b038 commit 4237f64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ name = "render_egui_to_texture"
required-features = ["render"]

[dependencies]
bevy = { version = "0.15.0-rc.2", default-features = false, features = [
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
"bevy_asset",
"bevy_winit",
"custom_cursor",
] }
egui = { version = "0.29", default-features = false, features = ["bytemuck"] }
bytemuck = "1"
webbrowser = { version = "1.0.1", optional = true }
wgpu-types = "22"
wgpu-types = "23"

[target.'cfg(not(any(target_arch = "wasm32", target_os = "android")))'.dependencies]
arboard = { version = "3.2.0", optional = true }
thread_local = { version = "1.1.0", optional = true }

[dev-dependencies]
version-sync = "0.9.4"
bevy = { version = "0.15.0-rc.2", default-features = false, features = [
bevy = { version = "0.15.0-rc.3", default-features = false, features = [
"x11",
"png",
"bevy_pbr",
Expand Down

0 comments on commit 4237f64

Please sign in to comment.