ryanmcgrath / cacao

Rust bindings for AppKit (macOS) and UIKit (iOS/tvOS). Experimental, but working!
MIT License
1.8k stars 65 forks source link

Bindings for NSWorkspace #24

Open Selyatin opened 2 years ago

Selyatin commented 2 years ago

Would you consider adding bindings for the NSWorkspace API?

ryanmcgrath commented 2 years ago

Sure, I actually need them for something else so it's been on my radar. Just a lot going on lately.

If you (or anyone) wants to PR, the class itself is comparatively easy to wrap - I'd accept a wrapper that just mocks over the standard workspace to start!

https://developer.apple.com/documentation/appkit/nsworkspace?language=objc