6 ms·
I've been writing Objective-C recently to use macOS frameworks from Rust. I can just write C wrapper functions and compile as a static library. Otherwise I use
by spieglt 3y ago
I've been writing Objective-C recently to use macOS frameworks from Rust. I can just write C wrapper functions and compile as a static library. Otherwise I use Swift.
- Klonoar 3y agoNo objc macro? I still use that for cacao and it mostly “just works”.