1
1
[package ]
2
2
name = " bevy_asset"
3
- version = " 0.16.0-rc.2 "
3
+ version = " 0.16.0-rc.3 "
4
4
edition = " 2024"
5
5
description = " Provides asset functionality for Bevy Engine"
6
6
homepage = " https://bevyengine.org"
@@ -19,15 +19,15 @@ watch = []
19
19
trace = []
20
20
21
21
[dependencies ]
22
- bevy_app = { path = " ../bevy_app" , version = " 0.16.0-rc.2 " }
23
- bevy_asset_macros = { path = " macros" , version = " 0.16.0-rc.2 " }
24
- bevy_ecs = { path = " ../bevy_ecs" , version = " 0.16.0-rc.2 " }
25
- bevy_reflect = { path = " ../bevy_reflect" , version = " 0.16.0-rc.2 " , features = [
22
+ bevy_app = { path = " ../bevy_app" , version = " 0.16.0-rc.3 " }
23
+ bevy_asset_macros = { path = " macros" , version = " 0.16.0-rc.3 " }
24
+ bevy_ecs = { path = " ../bevy_ecs" , version = " 0.16.0-rc.3 " }
25
+ bevy_reflect = { path = " ../bevy_reflect" , version = " 0.16.0-rc.3 " , features = [
26
26
" uuid" ,
27
27
] }
28
- bevy_tasks = { path = " ../bevy_tasks" , version = " 0.16.0-rc.2 " }
29
- bevy_utils = { path = " ../bevy_utils" , version = " 0.16.0-rc.2 " }
30
- bevy_platform_support = { path = " ../bevy_platform_support" , version = " 0.16.0-rc.2 " , default-features = false , features = [
28
+ bevy_tasks = { path = " ../bevy_tasks" , version = " 0.16.0-rc.3 " }
29
+ bevy_utils = { path = " ../bevy_utils" , version = " 0.16.0-rc.3 " }
30
+ bevy_platform_support = { path = " ../bevy_platform_support" , version = " 0.16.0-rc.3 " , default-features = false , features = [
31
31
" std" ,
32
32
] }
33
33
@@ -53,7 +53,7 @@ uuid = { version = "1.13.1", features = ["v4"] }
53
53
tracing = { version = " 0.1" , default-features = false , features = [" std" ] }
54
54
55
55
[target .'cfg(target_os = "android")' .dependencies ]
56
- bevy_window = { path = " ../bevy_window" , version = " 0.16.0-rc.2 " }
56
+ bevy_window = { path = " ../bevy_window" , version = " 0.16.0-rc.3 " }
57
57
58
58
[target .'cfg(target_arch = "wasm32")' .dependencies ]
59
59
# TODO: Assuming all wasm builds are for the browser. Require `no_std` support to break assumption.
@@ -66,13 +66,13 @@ web-sys = { version = "0.3", features = [
66
66
wasm-bindgen-futures = " 0.4"
67
67
js-sys = " 0.3"
68
68
uuid = { version = " 1.13.1" , default-features = false , features = [" js" ] }
69
- bevy_app = { path = " ../bevy_app" , version = " 0.16.0-rc.2 " , default-features = false , features = [
69
+ bevy_app = { path = " ../bevy_app" , version = " 0.16.0-rc.3 " , default-features = false , features = [
70
70
" web" ,
71
71
] }
72
- bevy_tasks = { path = " ../bevy_tasks" , version = " 0.16.0-rc.2 " , default-features = false , features = [
72
+ bevy_tasks = { path = " ../bevy_tasks" , version = " 0.16.0-rc.3 " , default-features = false , features = [
73
73
" web" ,
74
74
] }
75
- bevy_reflect = { path = " ../bevy_reflect" , version = " 0.16.0-rc.2 " , default-features = false , features = [
75
+ bevy_reflect = { path = " ../bevy_reflect" , version = " 0.16.0-rc.3 " , default-features = false , features = [
76
76
" web" ,
77
77
] }
78
78
0 commit comments