egui/egui_demo_lib
Emil Ernerfeldt 41f31116ce `Layout::left_to_right/right_to_left` now takes the valign as argument
Previous default was `Align::Center`.

Closes https://github.com/emilk/egui/issues/1040
Closes https://github.com/emilk/egui/issues/1836
Closes https://github.com/emilk/egui/pull/1837
2022-07-22 11:02:26 +02:00
..
benches Optimize tessellation of filled circles (#1616) 2022-05-10 19:31:19 +02:00
src `Layout::left_to_right/right_to_left` now takes the valign as argument 2022-07-22 11:02:26 +02:00
Cargo.toml faster builds: remove `tracing-attributes` feature from `tracing` 2022-07-04 00:11:08 +02:00
README.md Move code from `egui_demo_lib` to `egui_demo_app` (#1540) 2022-04-28 11:23:34 +02:00

README.md

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: