wip: updater
This commit is contained in:
parent
893a6d0631
commit
fd2cbca34d
4 changed files with 53 additions and 2 deletions
|
@ -10,6 +10,8 @@ pub mod event;
|
|||
pub mod mocks;
|
||||
#[cfg(feature = "tauri")]
|
||||
pub mod tauri;
|
||||
#[cfg(feature = "updater")]
|
||||
pub mod updater;
|
||||
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum Error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue