mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
* Add `custom_parser` to `DragValue` * Add `custom_parser` to `Slider` * Add `binary_u64`, `octal_u64`, and `hexadecimal_u64` to `DragValue` * Add `binary_u64`, `octal_u64`, and `hexadecimal_u64` to `Slider` * Fix formatting and errors in docs * Update CHANGELOG.md * Fix CI errors * Replace manual number parsing with i64::from_str_radix. Add support for signed integers. * Update CHANGELOG.md * Change documentation. * Fix documentation. * Fix documentation. * Remove unnecessary links.