mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Fix warning
This commit is contained in:
@@ -361,7 +361,7 @@ pub use {
|
||||
grid::Grid,
|
||||
id::{Id, IdMap},
|
||||
input_state::{InputState, MultiTouchInfo, PointerState},
|
||||
layers::{AreaLayerId, LayerId, Order},
|
||||
layers::{AreaLayerId, Order},
|
||||
layout::*,
|
||||
memory::Memory,
|
||||
painter::Painter,
|
||||
@@ -374,6 +374,9 @@ pub use {
|
||||
widgets::*,
|
||||
};
|
||||
|
||||
#[allow(deprecated)]
|
||||
pub use layers::LayerId;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
||||
/// Helper function that adds a label when compiling with debug assertions enabled.
|
||||
|
||||
Reference in New Issue
Block a user