Allow closing the window from user code

This commit is contained in:
Richard 2022-07-26 16:46:12 -03:00 committed by bungoboingo
parent 3d901d5f1f
commit 35331d0a41
4 changed files with 76 additions and 23 deletions

View file

@ -1,7 +1,7 @@
use std::collections::hash_map::DefaultHasher;
use std::hash::{Hash, Hasher};
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash, PartialOrd, Ord)]
/// TODO(derezzedex)
pub struct Id(u64);