rust-sciter
rust-sciter copied to clipboard
Library causes sciter-sdk is not running correctly
When I run scaap.exe it doesn't have problem but when I run this thing then error happens. `extern crate sciter;
fn main() { let mut frame = sciter::Window::new(); frame.load_file("sciter_gui/index.htm"); frame.run_app(); } `