Skip to content

1.4.30

Latest
Compare
Choose a tag to compare
@MoAlyousef MoAlyousef released this 08 May 22:04
· 12 commits to master since this release
  • Pin fltk to fltk-sys version so that users targeting older versions of fltk don't get a newer version of fltk-sys automatically.
  • Use MACOSX_DEPLOYMENT_TARGET to determine CMAKE_SYSTEM_VERSION when crosscompiling from linux to macos.
  • Update MSRV to 1.64 since underlying deps require it.
  • Make fltk-sys no_std compatible.
  • Add extra check for MenuItem::do_callback.
  • Update FLTK submodule (fixes Fl_Tree issue, wayland IME and crosscompiling from linux to macos with sdk < 11).