Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.76k stars 217 forks source link

Add Apple visionOS support #433

Closed QuentinPerez closed 7 months ago

QuentinPerez commented 7 months ago

Motivation

Add the support of Apple VisionOS 121419

Solution

Add target_os = "visionos"

Amanieu commented 7 months ago

Can we just use target_vendor = "apple" so we don't have to change this every time Apple releases a new device? It might be necessary

QuentinPerez commented 7 months ago

Good Idea !