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

@@ -30,7 +30,7 @@ Sections:
## Quick start
If you just want to write a GUI application in Rust (for the web or for native), go to <https://github.com/emilk/egui_template/> and follow the instructions there!
If you just want to write a GUI application in Rust (for the web or for native), go to <https://github.com/emilk/eframe_template/> and follow the instructions there!
If you want to integrate egui into an existing engine, go to the [Integrations](#integrations) section.