mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Document feature flags using crate document-features (#1725)
This commit is contained in:
@@ -52,6 +52,10 @@
|
||||
//! eframe::start_web(canvas_id, Box::new(|cc| Box::new(MyApp::new(cc))))
|
||||
//! }
|
||||
//! ```
|
||||
//!
|
||||
//! ## Feature flags
|
||||
#![doc = document_features::document_features!()]
|
||||
//!
|
||||
|
||||
#![allow(clippy::needless_doctest_main)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user