(feat): add tauri notifications
(feat): bump version
This commit is contained in:
parent
4068669704
commit
066db995c1
8 changed files with 923 additions and 1510 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#[cfg_attr(mobile, tauri::mobile_entry_point)]
|
||||
pub fn run() {
|
||||
let builder = tauri::Builder::default();
|
||||
let builder = tauri::Builder::default().plugin(tauri_plugin_notification::init());
|
||||
|
||||
let builder = builder
|
||||
.plugin(tauri_plugin_deep_link::init())
|
||||
|
|
|
|||
Loading…
Reference in a new issue