flutter_rust_bridge
flutter_rust_bridge copied to clipboard
Fix `UnsignedLongLong` inconsistency on Windows
Something has changed with cbindgen/ffigen that made Windows diverge from other platforms by outputting an
UnsignedLongLonginstead ofUnsignedLong. I think this might be out of scope, I can revert if needed.
Originally posted by @Desdaemon in https://github.com/fzyzcjy/flutter_rust_bridge/pull/589#discussion_r949683663