Added simpler MW example
This commit is contained in:
parent
8ba1843080
commit
ce4b2c93d9
6 changed files with 741 additions and 559 deletions
|
|
@ -4,6 +4,8 @@ use std::hash::{Hash, Hasher};
|
|||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
|
||||
/// The ID of the window.
|
||||
///
|
||||
/// Internally Iced uses `window::Id::MAIN` as the first window spawned.
|
||||
pub struct Id(u64);
|
||||
|
||||
impl Id {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue