1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

rename egui_template to eframe_template

This commit is contained in:
Emil Ernerfeldt
2021-10-18 20:19:43 +02:00
parent 2af2e8bad5
commit 96be848e42
5 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ This crates allows you to compile GUI code written with [egui](https://crates.io
[Run the web demo](https://emilk.github.io/egui/index.html) to try it now.
Check out [egui_template](https://github.com/emilk/egui_template) for an example of how to set it up.
Check out [eframe_template](https://github.com/emilk/eframe_template) for an example of how to set it up.
## Downsides with using egui on the web