Skip to content

0.3.0

Compare
Choose a tag to compare
@gyscos gyscos released this 02 Oct 22:42
· 1306 commits to main since this release
  • Added RadioButton and RadioGroup
  • Added inner state to Backend, paving the way for alternative backends
  • Renamed Dialog::new -> Dialog::around
  • View::find updated to provide same features as Cursive::find
  • Made ViewWrapper generic and statically dispatched
  • Explicitly link to ncursesw
  • Added some unit tests to layout system
  • Tutorials are now compile-tested