Merge branch 'main' into feat/notification

This commit is contained in:
Jonas Kruckenberg 2022-11-15 16:41:20 +01:00 committed by GitHub
commit de455c7d9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 164 additions and 3 deletions

View file

@ -18,6 +18,8 @@ pub mod tauri;
pub mod window;
#[cfg(feature = "notification")]
pub mod notification;
#[cfg(feature = "os")]
pub mod os;
#[derive(Debug, thiserror::Error)]
pub enum Error {