Merge branch 'main' into feat/notification
This commit is contained in:
commit
de455c7d9b
7 changed files with 164 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue