1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 05:40:03 -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

@@ -8,7 +8,7 @@
`eframe` is the official framework library for writing apps using [`egui`](https://github.com/emilk/egui). The app can be compiled both to run natively (cross platform) or be compiled to a web app (using WASM).
To get started, go to <https://github.com/emilk/egui_template/> and follow the instructions there!
To get started, go to <https://github.com/emilk/eframe_template/> and follow the instructions there!
---