rust-sciter
rust-sciter copied to clipboard
Windows x86 video support
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.
Well, they use feature(abi_thiscall)
and compile it on nightly only.
Thanks for the heads up!