egui: upgrade to 0.34
This commit is contained in:
parent
915c93336a
commit
da2d00f404
11 changed files with 351 additions and 218 deletions
|
|
@ -25,7 +25,6 @@ use {
|
|||
},
|
||||
linearize::Linearize,
|
||||
std::{
|
||||
any::Any,
|
||||
mem,
|
||||
rc::{Rc, Weak},
|
||||
},
|
||||
|
|
@ -453,10 +452,6 @@ impl CacheTrait for WindowPropertyListeners {
|
|||
fn len(&self) -> usize {
|
||||
self.listeners.len()
|
||||
}
|
||||
|
||||
fn as_any_mut(&mut self) -> &mut dyn Any {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
||||
fn show_content_types(ui: &mut Ui, ct: &mut ContentType) -> bool {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue