feat: add window module

This commit is contained in:
Jonas Kruckenberg 2022-11-03 11:09:17 +01:00
parent 6a0e0a6e82
commit 6bd4dd0489
8 changed files with 1830 additions and 5 deletions

View file

@ -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 {