Skip to content

Commit cfe278d

Browse files
tgross35taiki-e
andauthored
fixup! 4aff9eb
Co-authored-by: Taiki Endo <te316e89@gmail.com>
1 parent 4aff9eb commit cfe278d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ mod arch {
5050
target_os = "macos",
5151
target_os = "ios",
5252
target_os = "tvos",
53-
target_os = "watchos"
53+
target_os = "watchos",
54+
target_os = "visionos",
5455
)),
5556
any(
5657
target_arch = "aarch64",

0 commit comments

Comments
 (0)