1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Memory usage example in the widget gallery (#307)

* init example

* add comments

* fix grammar in comments

* fix CI

* change example from view_edit to password

* rename file

* fix CI
This commit is contained in:
ilya sheprut
2021-04-18 14:13:08 +06:00
committed by GitHub
parent 580d27e0d3
commit c69ecfe421
3 changed files with 133 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ pub mod font_contents_emoji;
pub mod font_contents_ubuntu;
pub mod layout_test;
pub mod painting;
pub mod password;
pub mod plot_demo;
pub mod scrolling;
pub mod sliders;