Draft iced_test crate and test todos example
This commit is contained in:
parent
d6182299b9
commit
d09d5d45ae
18 changed files with 640 additions and 63 deletions
|
|
@ -32,6 +32,12 @@ impl Key {
|
|||
}
|
||||
}
|
||||
|
||||
impl From<Named> for Key {
|
||||
fn from(named: Named) -> Self {
|
||||
Self::Named(named)
|
||||
}
|
||||
}
|
||||
|
||||
/// A named key.
|
||||
///
|
||||
/// This is mostly the `NamedKey` type found in [`winit`].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue