mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Document feature flags using crate document-features (#1725)
This commit is contained in:
@@ -3,6 +3,10 @@
|
||||
//! The main type you want to use is [`EguiGlium`].
|
||||
//!
|
||||
//! If you are writing an app, you may want to look at [`eframe`](https://docs.rs/eframe) instead.
|
||||
//!
|
||||
//! ## Feature flags
|
||||
#![doc = document_features::document_features!()]
|
||||
//!
|
||||
|
||||
#![allow(clippy::float_cmp)]
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
|
||||
Reference in New Issue
Block a user