Skip to content
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 support for visionOS #217

Merged
merged 2 commits into from
Sep 14, 2024
Merged

Add support for visionOS #217

merged 2 commits into from
Sep 14, 2024

Conversation

madsmtm
Copy link
Contributor

@madsmtm madsmtm commented Sep 14, 2024

In the future you'll probably be able to use target_family = "darwin" instead, but for now target_vendor = "apple" should suffice.

Copy link
Collaborator

@taiki-e taiki-e left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

When I first looked at "Deprecate target_vendor" MCP I was under the impression that it might be done in such a way as to break existing Apple-related code, so I was preferring to avoid target_vendor = "apple", but from the latest discussion it seems okay.

@taiki-e
Copy link
Collaborator

taiki-e commented Sep 14, 2024

Could you update docs/comments too?

//! - [kqueue](https://en.wikipedia.org/wiki/Kqueue): macOS, iOS, tvOS, watchOS, FreeBSD, NetBSD, OpenBSD,

//! Bindings to kqueue (macOS, iOS, tvOS, watchOS, FreeBSD, NetBSD, OpenBSD, DragonFly BSD).

- [kqueue](https://en.wikipedia.org/wiki/Kqueue): macOS, iOS, tvOS, watchOS, FreeBSD, NetBSD, OpenBSD,

@taiki-e taiki-e merged commit 7145cd2 into smol-rs:master Sep 14, 2024
26 checks passed
@madsmtm madsmtm deleted the visionos branch September 14, 2024 16:05
@notgull notgull mentioned this pull request Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants