File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -176,6 +176,7 @@ cfg_if::cfg_if! {
176
176
unix,
177
177
not( target_os = "emscripten" ) ,
178
178
not( all( target_os = "ios" , target_arch = "arm" ) ) ,
179
+ not( all( target_os = "visionos" , target_arch = "arm" ) ) ,
179
180
not( all( target_os = "nto" , target_env = "nto70" ) ) ,
180
181
) ,
181
182
all(
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ cfg_if::cfg_if! {
37
37
target_os = "haiku" ,
38
38
target_os = "hurd" ,
39
39
target_os = "ios" ,
40
+ target_os = "visionos" ,
40
41
target_os = "linux" ,
41
42
target_os = "macos" ,
42
43
target_os = "openbsd" ,
@@ -198,6 +199,7 @@ cfg_if::cfg_if! {
198
199
} else if #[ cfg( any(
199
200
target_os = "macos" ,
200
201
target_os = "ios" ,
202
+ target_os = "visionos" ,
201
203
target_os = "tvos" ,
202
204
target_os = "watchos" ,
203
205
) ) ] {
@@ -219,6 +221,7 @@ cfg_if::cfg_if! {
219
221
} else if #[ cfg( any(
220
222
target_os = "macos" ,
221
223
target_os = "ios" ,
224
+ target_os = "visionos" ,
222
225
target_os = "tvos" ,
223
226
target_os = "watchos" ,
224
227
) ) ] {
You can’t perform that action at this time.
0 commit comments