lambda-fairy / rust-errno

:boom: Cross-platform interface to the `errno` variable
https://docs.rs/errno
Apache License 2.0
64 stars 40 forks source link

Add visionOS support #95

Closed simlay closed 4 months ago

simlay commented 4 months ago

This is to support the apple vision pro. This target was added in https://github.com/rust-lang/rust/pull/121419 and the target_os is visionos.

sunfishcode commented 4 months ago

Thanks!

sunfishcode commented 4 months ago

This is now released in errno 0.3.9.

simlay commented 4 months ago

Awesome! Thanks a bunch!