egui: upgrade to 0.34
This commit is contained in:
parent
915c93336a
commit
da2d00f404
11 changed files with 351 additions and 218 deletions
|
|
@ -22,10 +22,7 @@ use {
|
|||
text::LayoutJob,
|
||||
},
|
||||
linearize::Linearize,
|
||||
std::{
|
||||
any::Any,
|
||||
rc::{Rc, Weak},
|
||||
},
|
||||
std::rc::{Rc, Weak},
|
||||
};
|
||||
|
||||
pub enum ClientCrit {
|
||||
|
|
@ -456,8 +453,4 @@ impl CacheTrait for ClientWindowMatchersCache {
|
|||
fn len(&self) -> usize {
|
||||
self.matchers.len()
|
||||
}
|
||||
|
||||
fn as_any_mut(&mut self) -> &mut dyn Any {
|
||||
self
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue