feat: add window module
This commit is contained in:
parent
6a0e0a6e82
commit
6bd4dd0489
8 changed files with 1830 additions and 5 deletions
|
@ -10,6 +10,8 @@ pub mod event;
|
|||
pub mod mocks;
|
||||
#[cfg(feature = "tauri")]
|
||||
pub mod tauri;
|
||||
#[cfg(feature = "window")]
|
||||
pub mod window;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue