From cc82d961fc0d4d80e0f44857fe2b462c5108fa9a Mon Sep 17 00:00:00 2001 From: GeckoEidechse Date: Tue, 20 Sep 2022 21:10:34 +0200 Subject: Make button to select NS RC persistent Uses a tauri plugin for persistent store behind the scenes to persist values over restarts of the application. --- src-tauri/Cargo.lock | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src-tauri/Cargo.lock') diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 1ef32cb6..d78828eb 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -90,6 +90,7 @@ dependencies = [ "sysinfo", "tauri", "tauri-build", + "tauri-plugin-store", "tokio", "zip", ] @@ -3466,6 +3467,18 @@ dependencies = [ "tauri-utils", ] +[[package]] +name = "tauri-plugin-store" +version = "0.0.0" +source = "git+https://github.com/tauri-apps/tauri-plugin-store?branch=dev#d8efb964bb1894bdf01407693ee896d0f9c557b3" +dependencies = [ + "log", + "serde", + "serde_json", + "tauri", + "thiserror", +] + [[package]] name = "tauri-runtime" version = "0.11.1" -- cgit v1.2.3