sciter-sdk / rust-sciter

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

Windows x86 video support #88

Open SonnyX opened 3 years ago

SonnyX commented 3 years ago

Just saw a branch in the networking tree where windows x86 is being supported: https://github.com/sciter-sdk/rust-sciter/compare/master...armersong:master Might be worth checking out and potentially including in your code.

pravic commented 3 years ago

Well, they use feature(abi_thiscall) and compile it on nightly only.

Thanks for the heads up!