1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 21:00:03 -04:00

Add inter-linking between different forms of documentations and examples

This commit is contained in:
Emil Ernerfeldt
2021-12-29 21:44:48 +01:00
parent f779e8a346
commit 0960f38552
5 changed files with 15 additions and 3 deletions

View File

@@ -6,6 +6,8 @@
//!
//! To get started, look at <https://github.com/emilk/eframe_template>.
//!
//! You can also take a look at [the `eframe` examples folder](https://github.com/emilk/egui/tree/master/eframe/examples).
//!
//! 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`.
//!