Early gui impl, basic window management
This commit is contained in:
@@ -10,6 +10,7 @@ pub mod query;
|
||||
|
||||
pub type Result<T> = anyhow::Result<T>;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct Manifest<ST: store::BaseStore> {
|
||||
store: Box<ST>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user