mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 05:10:03 -04:00
Make document-features an opt-in dependency
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//! This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [wgpu](https://crates.io/crates/wgpu).
|
||||
//!
|
||||
//! ## Feature flags
|
||||
#![doc = document_features::document_features!()]
|
||||
#![cfg_attr(feature = "document-features", doc = document_features::document_features!())]
|
||||
//!
|
||||
|
||||
#![allow(unsafe_code)]
|
||||
|
||||
Reference in New Issue
Block a user