Brendonovich / swift-rs

Call Swift functions from Rust with ease!
Apache License 2.0
246 stars 28 forks source link

Windows support? #62

Open clearlysid opened 2 months ago

clearlysid commented 2 months ago

Yes, I know I know 😂

I love using this package for calling native macOS APIs from Tauri apps and wondered if I could also do the same for WinRT APIs since the Browser Company made the swift bindings available here: https://github.com/thebrowsercompany/swift-winrt

Honestly more of a curious "how might we..." question than an actual feature request, but would be incredibly cool to see it working (and also let me write my favorite language to make windows apps too!)

Cheers @Brendonovich and thanks for the great work!