mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Improve ecosystem documentation and add changelogs for epi and eframe
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
//! [`egui`] bindings for web apps (compiling to WASM).
|
||||
//!
|
||||
//! This library is an [`epi`] backend.
|
||||
//!
|
||||
//! If you are writing an app, you may want to look at [`eframe`](https://docs.rs/eframe) instead.
|
||||
|
||||
#![forbid(unsafe_code)]
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))] // Forbid warnings in release builds
|
||||
#![warn(clippy::all)]
|
||||
|
||||
Reference in New Issue
Block a user