FLTK-RS-Examples icon indicating copy to clipboard operation
FLTK-RS-Examples copied to clipboard

Collection of small demo applications which emphasize using fltk-rs in combination with other rust crates.

Results 2 FLTK-RS-Examples issues
Sort by recently updated
recently updated
newest added

Thanks for your amazing example collection! When reading this one I felt it doesn't show idiomatic Rust code. So I adapted it to use match branches instead of if-else blocks....

warning: build failed, waiting for other jobs to finish... error[E0308]: mismatched types --> C:\Users\han\.cargo\registry\src\index.crates.io-6f17d22bba15001f\num-bigint-0.3.1\src\biguint.rs:1712:54 | 1712 | let root_scale = extra_bits.div_ceil(&n64); | -------- ^^^^ expected `u64`, found `&u64` | |...