Skip to content

Releases: rust-native-ui/libui-rs

0.3.0 - 2018-05-04

13 Jun 14:06
Compare
Choose a tag to compare

Added

  • README now has syntax coloring
  • README now has badges and sample screenshot
  • Checkbox control for Boolean input
  • Combobox control for selecting from one of a fixed set of options
  • LayoutGrid control for grid-based 2D layouts
  • ui-sys can now be built without either pulling or building libui, controlled by Cargo features
  • Building on MSVC now works

Changed

  • ptr() method on controls is no longer unsafe
  • iui now uses bitflags 1.0
  • Area functions which have UB based on the type of Area are now unsafe

Deprecated

No deprecations.

Removed

  • The old ui codebase no longer lives in this repository.

Fixed

  • HorizontalBox::new now correctly returns a HorizontalBox

Security

No security changes.