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

@@ -4,7 +4,7 @@
//! and are happy with just using egui for all visuals,
//! Then `eframe` is for you!
//!
//! To get started, look at <https://github.com/emilk/egui_template>.
//! To get started, look at <https://github.com/emilk/eframe_template>.
//!
//! You write your application code for [`epi`] (implementing [`epi::App`]) and then
//! call from [`crate::run_native`] your `main.rs`, and/or call `eframe::start_web` from your `lib.rs`.