Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0d7c74

Browse files
authoredJan 8, 2025··
response module is now public, allowing access to egui::response::Flags (emilk#5592)
1 parent 443df84 commit f0d7c74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎crates/egui/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ pub mod os;
427427
mod painter;
428428
mod pass_state;
429429
pub(crate) mod placer;
430-
mod response;
430+
pub mod response;
431431
mod sense;
432432
pub mod style;
433433
pub mod text_selection;

0 commit comments

Comments
 (0)
Please sign in to comment.