sciter-sdk / rust-sciter

Rust bindings for Sciter
https://sciter.com
MIT License
804 stars 76 forks source link

macOS fixes #39

Closed pravic closed 6 years ago

pravic commented 6 years ago

Fixes #29 - link the AppKit framework explicitly which eliminates NSApplication class absence. Fixes #2 - unbundled apps are started without menu and dock icon by default. Fixes #14 - sciter dll is loaded dynamically now. Fixes #12 - probably, the same issue as #2.