11[package ]
22name  = " bevy_asset" 
3- version  = " 0.17.1 " 
3+ version  = " 0.17.2 " 
44edition  = " 2024" 
55description  = " Provides asset functionality for Bevy Engine" 
66homepage  = " https://bevy.org" 
@@ -22,19 +22,19 @@ watch = []
2222trace  = []
2323
2424[dependencies ]
25- bevy_app  = { path  = " ../bevy_app"  , version  = " 0.17.1 "  , default-features  = false , features  = [
25+ bevy_app  = { path  = " ../bevy_app"  , version  = " 0.17.2 "  , default-features  = false , features  = [
2626  " bevy_reflect"  ,
2727] }
28- bevy_asset_macros  = { path  = " macros"  , version  = " 0.17.1 "   }
29- bevy_ecs  = { path  = " ../bevy_ecs"  , version  = " 0.17.1 "  , default-features  = false  }
30- bevy_reflect  = { path  = " ../bevy_reflect"  , version  = " 0.17.1 "  , default-features  = false , features  = [
28+ bevy_asset_macros  = { path  = " macros"  , version  = " 0.17.2 "   }
29+ bevy_ecs  = { path  = " ../bevy_ecs"  , version  = " 0.17.2 "  , default-features  = false  }
30+ bevy_reflect  = { path  = " ../bevy_reflect"  , version  = " 0.17.2 "  , default-features  = false , features  = [
3131  " uuid"  ,
3232] }
33- bevy_tasks  = { path  = " ../bevy_tasks"  , version  = " 0.17.1 "  , default-features  = false , features  = [
33+ bevy_tasks  = { path  = " ../bevy_tasks"  , version  = " 0.17.2 "  , default-features  = false , features  = [
3434  " async_executor"  ,
3535] }
36- bevy_utils  = { path  = " ../bevy_utils"  , version  = " 0.17.1 "  , default-features  = false  }
37- bevy_platform  = { path  = " ../bevy_platform"  , version  = " 0.17.1 "  , default-features  = false , features  = [
36+ bevy_utils  = { path  = " ../bevy_utils"  , version  = " 0.17.2 "  , default-features  = false  }
37+ bevy_platform  = { path  = " ../bevy_platform"  , version  = " 0.17.2 "  , default-features  = false , features  = [
3838  " std"  ,
3939] }
4040
@@ -68,7 +68,7 @@ uuid = { version = "1.13.1", default-features = false, features = [
6868tracing  = { version  = " 0.1"  , default-features  = false  }
6969
7070[target .'cfg(target_os  =  "android")' .dependencies ]
71- bevy_android  = { path  = " ../bevy_android"  , version  = " 0.17.1 "  , default-features  = false  }
71+ bevy_android  = { path  = " ../bevy_android"  , version  = " 0.17.2 "  , default-features  = false  }
7272
7373[target .'cfg(target_arch  =  "wasm32")' .dependencies ]
7474#  TODO: Assuming all wasm builds are for the browser. Require `no_std` support to break assumption.
@@ -81,10 +81,10 @@ web-sys = { version = "0.3", features = [
8181wasm-bindgen-futures  = " 0.4" 
8282js-sys  = " 0.3" 
8383uuid  = { version  = " 1.13.1"  , default-features  = false , features  = [" js"  ] }
84- bevy_app  = { path  = " ../bevy_app"  , version  = " 0.17.1 "  , default-features  = false , features  = [
84+ bevy_app  = { path  = " ../bevy_app"  , version  = " 0.17.2 "  , default-features  = false , features  = [
8585  " web"  ,
8686] }
87- bevy_reflect  = { path  = " ../bevy_reflect"  , version  = " 0.17.1 "  , default-features  = false , features  = [
87+ bevy_reflect  = { path  = " ../bevy_reflect"  , version  = " 0.17.2 "  , default-features  = false , features  = [
8888  " web"  ,
8989] }
9090
0 commit comments