`response` module is now public, allowing access to `egui::response::Flags` (#5592)

This commit is contained in:
Andreas Reich 2025-01-08 15:45:46 +01:00 committed by GitHub
parent 443df84a22
commit f0d7c74e83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ pub mod os;
mod painter;
mod pass_state;
pub(crate) mod placer;
mod response;
pub mod response;
mod sense;
pub mod style;
pub mod text_selection;