* 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. |
||
|---|---|---|
| .. | ||
| eframe | ||
| egui | ||
| egui-wgpu | ||
| egui-winit | ||
| egui_demo_app | ||
| egui_demo_lib | ||
| egui_extras | ||
| egui_glium | ||
| egui_glow | ||
| egui_web | ||
| emath | ||
| epaint | ||