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 dc46f5957e [EasyMark] WIP: small and raised text 4 years ago
..
benches Use explicit `epaint` over `paint` alias (re-export) 4 years ago
src [EasyMark] WIP: small and raised text 4 years ago
Cargo.toml Make sure to include license files in the next release 4 years ago
README.md Rename Egui to egui 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.