File tree Expand file tree Collapse file tree 5 files changed +3
-0
lines changed Expand file tree Collapse file tree 5 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ mod tests;
20
20
target_os = "ios" ,
21
21
target_os = "tvos" ,
22
22
target_os = "watchos" ,
23
+ target_os = "visionos" ,
23
24
target_os = "macos" ,
24
25
target_os = "netbsd" ,
25
26
target_os = "openbsd" ,
@@ -46,6 +47,7 @@ pub use self::stream::*;
46
47
target_os = "ios" ,
47
48
target_os = "tvos" ,
48
49
target_os = "watchos" ,
50
+ target_os = "visionos" ,
49
51
target_os = "macos" ,
50
52
target_os = "netbsd" ,
51
53
target_os = "openbsd" ,
Original file line number Diff line number Diff line change 7
7
target_os = "tvos" ,
8
8
target_os = "macos" ,
9
9
target_os = "watchos" ,
10
+ target_os = "visionos" ,
10
11
target_os = "netbsd" ,
11
12
target_os = "openbsd"
12
13
) ) ]
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments