egui/crates/egui_demo_lib
Emil Ernerfeldt 7133818c59
Make sure scroll bars are always visible (#2371)
* Nicer debug rectangles

* Move scrollbars into the clip-rect so they are always visible

* Improve table demo

* Add options for controlling inner and outer margin of the scroll bars

* Add line to changelog

* Update egui_extras changelog with recent Table improvements

* Refactor Table:s scroll options

* Add Table::auto_size

* Rename it auto_shrink
2022-11-30 22:58:00 +01:00
..
benches Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00
src Make sure scroll bars are always visible (#2371) 2022-11-30 22:58:00 +01:00
Cargo.toml Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

egui demo library

Latest version Documentation unsafe forbidden MIT Apache

This crate contains example code for egui.

The demo library is a separate crate for three reasons: