mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Document feature flags using crate document-features (#1725)
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
//!
|
||||
//! The library translates winit events to egui, handled copy/paste,
|
||||
//! updates the cursor, open links clicked in egui, etc.
|
||||
//!
|
||||
//! ## Feature flags
|
||||
#![doc = document_features::document_features!()]
|
||||
//!
|
||||
|
||||
#![allow(clippy::manual_range_contains)]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user