You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Emil Ernerfeldt b4871e2aef Add ui.allocate_at_least and ui.allocate_exact_size 4 years ago
..
benches Add a dummy warm-up frame to the demo app to pre-cache emojis 4 years ago
src Add ui.allocate_at_least and ui.allocate_exact_size 4 years ago
Cargo.toml Release 0.7.0 4 years ago
README.md Split out the Egui demo code to new crate `egui_demo_lib` 4 years ago

README.md

Egui Demo Library

This crate contains example code for Egui.

It is in a separate crate for two reasons:

  • To ensure it only uses the public egui API.
  • To remove the amount of code in egui proper.