mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add experimental screen_reader feature
Part of https://github.com/emilk/egui/issues/167
This commit is contained in:
@@ -15,6 +15,7 @@ pub mod http;
|
||||
mod painter;
|
||||
#[cfg(feature = "persistence")]
|
||||
pub mod persistence;
|
||||
pub mod screen_reader;
|
||||
pub mod window_settings;
|
||||
|
||||
pub use backend::*;
|
||||
|
||||
Reference in New Issue
Block a user