mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
eframe: Use NativeOptions::AppId for the persistance location (#3014)
* eframe: Use NativeOptions::AppId for the persistance location * Fix doclinks * Fix typo in docs Closes https://github.com/emilk/egui/issues/3003
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//! [`egui`] bindings for [`glow`](https://github.com/grovesNL/glow).
|
||||
//!
|
||||
//! The main types you want to look are are [`Painter`] and [`EguiGlow`].
|
||||
//! The main types you want to look are are [`Painter`].
|
||||
//!
|
||||
//! If you are writing an app, you may want to look at [`eframe`](https://docs.rs/eframe) instead.
|
||||
//!
|
||||
|
||||
Reference in New Issue
Block a user