rust-sciter icon indicating copy to clipboard operation
rust-sciter copied to clipboard

Windows x86 video support

Open SonnyX opened this issue 4 years ago • 1 comments

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.

SonnyX avatar Dec 24 '20 09:12 SonnyX

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

Thanks for the heads up!

pravic avatar Dec 24 '20 09:12 pravic