File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,12 @@ bevy_log = { path = "../bevy_log", version = "0.12.0-dev" }
21
21
bevy_time = { path = " ../bevy_time" , version = " 0.12.0-dev" }
22
22
bevy_utils = { path = " ../bevy_utils" , version = " 0.12.0-dev" }
23
23
24
- # MacOS
25
- [target .'cfg(all(target_os="macos "))' .dependencies ]
24
+ # iOS
25
+ [target .'cfg(all(target_os="ios "))' .dependencies ]
26
26
# Some features of sysinfo are not supported by apple. This will disable those features on apple devices
27
27
sysinfo = { version = " 0.29.0" , default-features = false , features = [
28
28
" apple-app-store" ,
29
29
] }
30
30
31
- # Only include when not bevy_dynamic_plugin and on linux/windows/android
32
- [target .'cfg(any(target_os = "linux", target_os = "windows", target_os = "android"))' .dependencies ]
33
- sysinfo = { version = " 0.29.0" , default-features = false }
31
+ [target .'cfg(not(target_os = "ios"))' .dependencies ]
32
+ sysinfo = { version = " 0.29.6" , default-features = false }
You can’t perform that action at this time.
0 commit comments