flutter_rust_bridge icon indicating copy to clipboard operation
flutter_rust_bridge copied to clipboard

Fix `UnsignedLongLong` inconsistency on Windows

Open Desdaemon opened this issue 3 years ago • 0 comments

Something has changed with cbindgen/ffigen that made Windows diverge from other platforms by outputting an UnsignedLongLong instead of UnsignedLong. 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

Desdaemon avatar Aug 19 '22 01:08 Desdaemon