-
-
Notifications
You must be signed in to change notification settings - Fork 422
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add visionOS support #2000
Add visionOS support #2000
Conversation
Hmm, I wonder if there is something better we can do, like treating all the Darwin stuff the same? |
Yes it would be great, especially because tvos support is missing too. I haven't tested it yet, that's why it isn't included in the MR. |
Do you know the right incantation for supporting everything Darwin at once? |
I have seen this one Actually, I don't know the possible limitations of |
|
1885a14
to
ad114b9
Compare
I have just added tvOS support with the current way to declare it. Waiting for Ralith's feedback to update the MR if required. |
ad114b9
to
fe990b6
Compare
Curious to hear what you're building! |
That seems very appealing. I don't know how we'd verify that it's exactly the semantics we'd want short of digging into rustc, but it's hard to imagine it's too far off. Maybe switch to it in a separate commit so we can easily revert if needed? |
Just enable the same code blocks than on iOS.