mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 05:40:03 -04:00
Store/restore emigui memory state (window positions, sizes etc)
This commit is contained in:
@@ -31,7 +31,7 @@ use std::{collections::hash_map::DefaultHasher, hash::Hash};
|
||||
|
||||
use crate::math::Pos2;
|
||||
|
||||
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq)]
|
||||
#[derive(Clone, Copy, Debug, Hash, Eq, PartialEq, Deserialize, Serialize)]
|
||||
pub struct Id(u64);
|
||||
|
||||
impl Id {
|
||||
|
||||
Reference in New Issue
Block a user