chore: upgrade tauri and bump version

This commit is contained in:
2024-03-19 12:46:19 +07:00
parent 14f07dfea8
commit ea5120e2f0
6 changed files with 282 additions and 134 deletions

190
src-tauri/Cargo.lock generated
View File

@@ -188,9 +188,9 @@ checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
[[package]] [[package]]
name = "ashpd" name = "ashpd"
version = "0.8.0" version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b22517ee647547c01a687cf9b76074e1c91334032a4324f7243c6ee0f949390" checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"futures-channel", "futures-channel",
@@ -248,7 +248,7 @@ dependencies = [
"async-task", "async-task",
"concurrent-queue", "concurrent-queue",
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"slab", "slab",
] ]
@@ -272,7 +272,7 @@ checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
dependencies = [ dependencies = [
"async-lock 3.3.0", "async-lock 3.3.0",
"blocking", "blocking",
"futures-lite 2.2.0", "futures-lite 2.3.0",
] ]
[[package]] [[package]]
@@ -305,7 +305,7 @@ dependencies = [
"cfg-if", "cfg-if",
"concurrent-queue", "concurrent-queue",
"futures-io", "futures-io",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"parking", "parking",
"polling 3.5.0", "polling 3.5.0",
"rustix 0.38.31", "rustix 0.38.31",
@@ -364,20 +364,20 @@ dependencies = [
"blocking", "blocking",
"cfg-if", "cfg-if",
"event-listener 5.2.0", "event-listener 5.2.0",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"rustix 0.38.31", "rustix 0.38.31",
"windows-sys 0.52.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
name = "async-recursion" name = "async-recursion"
version = "1.0.5" version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0" checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -406,13 +406,13 @@ checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
[[package]] [[package]]
name = "async-trait" name = "async-trait"
version = "0.1.77" version = "0.1.78"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9" checksum = "461abc97219de0eaaf81fe3ef974a540158f3d079c2ab200f891f1a2ef201e85"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -614,9 +614,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.4.2" version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf" checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@@ -672,16 +672,16 @@ dependencies = [
"async-task", "async-task",
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-io", "futures-io",
"futures-lite 2.2.0", "futures-lite 2.3.0",
"piper", "piper",
"tracing", "tracing",
] ]
[[package]] [[package]]
name = "brotli" name = "brotli"
version = "3.4.0" version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "516074a47ef4bce09577a3b379392300159ce5b1ba2e501ff1c819950066100f" checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
dependencies = [ dependencies = [
"alloc-no-stdlib", "alloc-no-stdlib",
"alloc-stdlib", "alloc-stdlib",
@@ -721,7 +721,7 @@ checksum = "4da9a32f3fed317401fa3c862968128267c3106685286e15d5aaa3d7389c2f60"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -766,7 +766,7 @@ version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2" checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"cairo-sys-rs", "cairo-sys-rs",
"glib 0.18.5", "glib 0.18.5",
"libc", "libc",
@@ -824,7 +824,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719"
dependencies = [ dependencies = [
"serde", "serde",
"toml 0.8.11", "toml 0.8.12",
] ]
[[package]] [[package]]
@@ -1165,7 +1165,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331" checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1175,7 +1175,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c" checksum = "ad291aa74992b9b7a7e88c38acbbf6ad7e107f1d90ee8775b7bc1fc3394f485c"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1229,7 +1229,7 @@ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"strsim 0.10.0", "strsim 0.10.0",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1240,7 +1240,7 @@ checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
dependencies = [ dependencies = [
"darling_core", "darling_core",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1417,7 +1417,7 @@ checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1432,7 +1432,7 @@ version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde" checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"bytemuck", "bytemuck",
"drm-ffi", "drm-ffi",
"drm-fourcc", "drm-fourcc",
@@ -1507,7 +1507,7 @@ dependencies = [
"cc", "cc",
"memchr", "memchr",
"rustc_version", "rustc_version",
"toml 0.8.11", "toml 0.8.12",
"vswhom", "vswhom",
"winreg 0.52.0", "winreg 0.52.0",
] ]
@@ -1551,7 +1551,7 @@ checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1746,7 +1746,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -1845,9 +1845,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.2.0" version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
dependencies = [ dependencies = [
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-core", "futures-core",
@@ -1864,7 +1864,7 @@ checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -2141,7 +2141,7 @@ version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5" checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"futures-channel", "futures-channel",
"futures-core", "futures-core",
"futures-executor", "futures-executor",
@@ -2184,7 +2184,7 @@ dependencies = [
"proc-macro-error", "proc-macro-error",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -2296,7 +2296,7 @@ dependencies = [
"proc-macro-error", "proc-macro-error",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -2752,7 +2752,7 @@ version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a" checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"serde", "serde",
"unicode-segmentation", "unicode-segmentation",
] ]
@@ -2846,7 +2846,7 @@ version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8" checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"libc", "libc",
"redox_syscall", "redox_syscall",
] ]
@@ -2889,7 +2889,7 @@ version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e" checksum = "761e49ec5fd8a5a463f9b84e877c373d888935b71c6be78f3767fe2ae6bed18e"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"libc", "libc",
] ]
@@ -3128,9 +3128,9 @@ dependencies = [
[[package]] [[package]]
name = "muda" name = "muda"
version = "0.11.5" version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c47e7625990fc1af2226ea4f34fb2412b03c12639fcb91868581eb3a6893453" checksum = "3e27c56b8cb9b3214d196556227b0eaa12db8393b4f919a0a93ffb67ed17d185"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"crossbeam-channel", "crossbeam-channel",
@@ -3221,7 +3221,7 @@ version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4" checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"cfg-if", "cfg-if",
"cfg_aliases 0.1.1", "cfg_aliases 0.1.1",
"libc", "libc",
@@ -3568,7 +3568,7 @@ version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f" checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"cfg-if", "cfg-if",
"foreign-types 0.3.2", "foreign-types 0.3.2",
"libc", "libc",
@@ -3585,7 +3585,7 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -3628,9 +3628,9 @@ dependencies = [
[[package]] [[package]]
name = "os_info" name = "os_info"
version = "3.8.0" version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a07930afc1bd77ac9e1101dc18d3fc4986c6568e939c31d1c26657eb0ccbf5" checksum = "6cbb46d5d01695d7a1fb8be5f0d1968bd2b2b8ba1d1b3e7062ce2a0593e57af1"
dependencies = [ dependencies = [
"log", "log",
"serde", "serde",
@@ -3877,7 +3877,7 @@ dependencies = [
"phf_shared 0.11.2", "phf_shared 0.11.2",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -4376,7 +4376,7 @@ version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d" checksum = "a78046161564f5e7cd9008aff3b2990b3850dc8e0349119b98e8f251e099f24d"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"fallible-iterator", "fallible-iterator",
"fallible-streaming-iterator", "fallible-streaming-iterator",
"hashlink", "hashlink",
@@ -4419,7 +4419,7 @@ version = "0.38.31"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949" checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"errno", "errno",
"libc", "libc",
"linux-raw-sys 0.4.13", "linux-raw-sys 0.4.13",
@@ -4708,7 +4708,7 @@ checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -4742,7 +4742,7 @@ checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -4793,7 +4793,7 @@ dependencies = [
"darling", "darling",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -5077,9 +5077,9 @@ dependencies = [
[[package]] [[package]]
name = "syn" name = "syn"
version = "2.0.52" version = "2.0.53"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07" checksum = "7383cd0e49fff4b6b90ca5670bfd3e9d6a733b3f90c686605aa7eec8c4996032"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@@ -5131,7 +5131,7 @@ dependencies = [
"cfg-expr", "cfg-expr",
"heck", "heck",
"pkg-config", "pkg-config",
"toml 0.8.11", "toml 0.8.12",
"version-compare", "version-compare",
] ]
@@ -5205,9 +5205,9 @@ checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
[[package]] [[package]]
name = "tauri" name = "tauri"
version = "2.0.0-beta.11" version = "2.0.0-beta.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4c18889ceb808488d2a3b2707efaaf8b4d0ecb04a4014b2eaad97030d51b4e8" checksum = "c33d0026c6146b73322833bc8e51fc4ee400a814c4cbfe489e3c2aa92cfedcec"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",
@@ -5254,9 +5254,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-build" name = "tauri-build"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4671dc132fefbcd7d17c4019679abc190717216818dee608a4990418ad66f335" checksum = "1e851a54f222a49babb6b8b94869307e0bf95be086ed92983c42a56d5ed92132"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cargo_toml", "cargo_toml",
@@ -5270,15 +5270,15 @@ dependencies = [
"serde_json", "serde_json",
"tauri-utils", "tauri-utils",
"tauri-winres", "tauri-winres",
"toml 0.8.11", "toml 0.8.12",
"walkdir", "walkdir",
] ]
[[package]] [[package]]
name = "tauri-codegen" name = "tauri-codegen"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "027be730d88694e46ccc4e3a17e17d53e697c1ef27b609d6f0df400b54e6766f" checksum = "3ff9b1089989eecc839680cb6b52f6e7ee4733d09fa31861fc4a855996006fe5"
dependencies = [ dependencies = [
"base64 0.22.0", "base64 0.22.0",
"brotli", "brotli",
@@ -5292,7 +5292,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"sha2", "sha2",
"syn 2.0.52", "syn 2.0.53",
"tauri-utils", "tauri-utils",
"thiserror", "thiserror",
"time", "time",
@@ -5303,23 +5303,23 @@ dependencies = [
[[package]] [[package]]
name = "tauri-macros" name = "tauri-macros"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd7b6bbc2a8a739dc3fd351d864e9f42d83833afbd938f3a2c2d84f6d945dfcc" checksum = "a4b56c7b752b2b70b74299ff5421795e0e287b6748dd7ec8d44ae8e1637216a7"
dependencies = [ dependencies = [
"heck", "heck",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
"tauri-codegen", "tauri-codegen",
"tauri-utils", "tauri-utils",
] ]
[[package]] [[package]]
name = "tauri-plugin" name = "tauri-plugin"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34f9dbdf508f32a6a7581a2757d2eb2187d8acd03984c7561e007824495da979" checksum = "233d4ed7ba51ff398831204ed6c8971b9565c91077e3fdef4711fe7b7715b23a"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"glob", "glob",
@@ -5328,7 +5328,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"tauri-utils", "tauri-utils",
"toml 0.8.11", "toml 0.8.12",
"walkdir", "walkdir",
] ]
@@ -5572,7 +5572,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab0a47b47cc725c1aa53b590c0d14b562bc0b46cf238bff61fb757662d087f75" checksum = "ab0a47b47cc725c1aa53b590c0d14b562bc0b46cf238bff61fb757662d087f75"
dependencies = [ dependencies = [
"bincode", "bincode",
"bitflags 2.4.2", "bitflags 2.5.0",
"log", "log",
"serde", "serde",
"serde_json", "serde_json",
@@ -5583,9 +5583,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime" name = "tauri-runtime"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52dd438ad0324372d2260e2b440f1df95a77c396dce0c0086383e7ab24d7cc6e" checksum = "34ddcf3c08632714e854e38105b39260ec239edd05a77ffcf5f4b3a51f97b119"
dependencies = [ dependencies = [
"gtk", "gtk",
"http 0.2.12", "http 0.2.12",
@@ -5601,9 +5601,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-runtime-wry" name = "tauri-runtime-wry"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b38a6017dd8d457270785e740756280fa0139607b428e92e8d7f1f0799d1ca" checksum = "e2694f090a001c55536bbafb45f813229f06e461b3878a5c8280a98e52abb501"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"gtk", "gtk",
@@ -5625,9 +5625,9 @@ dependencies = [
[[package]] [[package]]
name = "tauri-utils" name = "tauri-utils"
version = "2.0.0-beta.9" version = "2.0.0-beta.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ec939fd261ec3848b30027a236c0c5a9039d48fa729b4873bdc353a1f4afff1" checksum = "ef6a9ec42c3429fac6d46f4af147c765963a6fca18062dd73833032d812231af"
dependencies = [ dependencies = [
"brotli", "brotli",
"cargo_metadata", "cargo_metadata",
@@ -5652,7 +5652,7 @@ dependencies = [
"serde_with", "serde_with",
"swift-rs", "swift-rs",
"thiserror", "thiserror",
"toml 0.8.11", "toml 0.8.12",
"url", "url",
"urlpattern", "urlpattern",
"walkdir", "walkdir",
@@ -5724,7 +5724,7 @@ checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -5834,7 +5834,7 @@ checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -5924,14 +5924,14 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.8.11" version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af06656561d28735e9c1cd63dfd57132c8155426aa6af24f36a00a351f88c48e" checksum = "e9dd1545e8208b4a5af1aa9bbd0b4cf7e9ea08fabc5d0a5c67fcaafa17433aa3"
dependencies = [ dependencies = [
"serde", "serde",
"serde_spanned", "serde_spanned",
"toml_datetime", "toml_datetime",
"toml_edit 0.22.7", "toml_edit 0.22.8",
] ]
[[package]] [[package]]
@@ -5980,9 +5980,9 @@ dependencies = [
[[package]] [[package]]
name = "toml_edit" name = "toml_edit"
version = "0.22.7" version = "0.22.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18769cd1cec395d70860ceb4d932812a0b4d06b1a4bb336745a4d21b9496e992" checksum = "c12219811e0c1ba077867254e5ad62ee2c9c190b0d957110750ac0cda1ae96cd"
dependencies = [ dependencies = [
"indexmap 2.2.5", "indexmap 2.2.5",
"serde", "serde",
@@ -6016,7 +6016,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -6060,9 +6060,9 @@ dependencies = [
[[package]] [[package]]
name = "tray-icon" name = "tray-icon"
version = "0.11.3" version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a4d9ddd4a7c0f3b6862af1c4911b529a49db4ee89310d3a258859c2f5053fdd" checksum = "454035ff34b8430638c894e6197748578d6b4d449c6edaf8ea854d94e2dd862b"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"core-graphics", "core-graphics",
@@ -6254,9 +6254,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.7.0" version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a" checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [ dependencies = [
"getrandom 0.2.12", "getrandom 0.2.12",
] ]
@@ -6363,7 +6363,7 @@ dependencies = [
"once_cell", "once_cell",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]
@@ -6397,7 +6397,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
"wasm-bindgen-backend", "wasm-bindgen-backend",
"wasm-bindgen-shared", "wasm-bindgen-shared",
] ]
@@ -6458,7 +6458,7 @@ version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f" checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
dependencies = [ dependencies = [
"bitflags 2.4.2", "bitflags 2.5.0",
"rustix 0.38.31", "rustix 0.38.31",
"wayland-backend", "wayland-backend",
"wayland-scanner", "wayland-scanner",
@@ -6592,7 +6592,7 @@ checksum = "ac1345798ecd8122468840bcdf1b95e5dc6d2206c5e4b0eafa078d061f59c9bc"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -6713,7 +6713,7 @@ checksum = "12168c33176773b86799be25e2a2ba07c7aab9968b37541f1094dbd7a60c8946"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -6724,7 +6724,7 @@ checksum = "9d8dc32e0095a7eeccebd0e3f09e9509365ecb3fc6ac4d6f5f14a3f6392942d1"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]
@@ -7248,7 +7248,7 @@ checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.52", "syn 2.0.53",
] ]
[[package]] [[package]]

File diff suppressed because one or more lines are too long

View File

@@ -2292,6 +2292,12 @@
"properties": { "properties": {
"identifier": { "identifier": {
"oneOf": [ "oneOf": [
{
"type": "string",
"enum": [
"shell:default"
]
},
{ {
"description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2505,6 +2511,12 @@
"app:deny-version" "app:deny-version"
] ]
}, },
{
"type": "string",
"enum": [
"autostart:default"
]
},
{ {
"description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.", "description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2568,6 +2580,12 @@
"cli:deny-cli-matches" "cli:deny-cli-matches"
] ]
}, },
{
"type": "string",
"enum": [
"clipboard-manager:default"
]
},
{ {
"description": "clipboard-manager:allow-read -> Enables the read command without any pre-configured scope.", "description": "clipboard-manager:allow-read -> Enables the read command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2596,6 +2614,12 @@
"clipboard-manager:deny-write" "clipboard-manager:deny-write"
] ]
}, },
{
"type": "string",
"enum": [
"dialog:default"
]
},
{ {
"description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4801,13 +4825,6 @@
"image:allow-from-path" "image:allow-from-path"
] ]
}, },
{
"description": "image:allow-height -> Enables the height command without any pre-configured scope.",
"type": "string",
"enum": [
"image:allow-height"
]
},
{ {
"description": "image:allow-new -> Enables the new command without any pre-configured scope.", "description": "image:allow-new -> Enables the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4823,10 +4840,10 @@
] ]
}, },
{ {
"description": "image:allow-width -> Enables the width command without any pre-configured scope.", "description": "image:allow-size -> Enables the size command without any pre-configured scope.",
"type": "string", "type": "string",
"enum": [ "enum": [
"image:allow-width" "image:allow-size"
] ]
}, },
{ {
@@ -4843,13 +4860,6 @@
"image:deny-from-path" "image:deny-from-path"
] ]
}, },
{
"description": "image:deny-height -> Denies the height command without any pre-configured scope.",
"type": "string",
"enum": [
"image:deny-height"
]
},
{ {
"description": "image:deny-new -> Denies the new command without any pre-configured scope.", "description": "image:deny-new -> Denies the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4865,10 +4875,10 @@
] ]
}, },
{ {
"description": "image:deny-width -> Denies the width command without any pre-configured scope.", "description": "image:deny-size -> Denies the size command without any pre-configured scope.",
"type": "string", "type": "string",
"enum": [ "enum": [
"image:deny-width" "image:deny-size"
] ]
}, },
{ {
@@ -5235,6 +5245,12 @@
"notification:deny-request-permission" "notification:deny-request-permission"
] ]
}, },
{
"type": "string",
"enum": [
"os:default"
]
},
{ {
"description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5466,6 +5482,12 @@
"path:deny-resolve-directory" "path:deny-resolve-directory"
] ]
}, },
{
"type": "string",
"enum": [
"process:default"
]
},
{ {
"description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5515,6 +5537,12 @@
"resources:deny-close" "resources:deny-close"
] ]
}, },
{
"type": "string",
"enum": [
"shell:default"
]
},
{ {
"description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5571,6 +5599,12 @@
"shell:deny-stdin-write" "shell:deny-stdin-write"
] ]
}, },
{
"type": "string",
"enum": [
"store:default"
]
},
{ {
"description": "store:allow-clear -> Enables the clear command without any pre-configured scope.", "description": "store:allow-clear -> Enables the clear command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5746,6 +5780,13 @@
"tray:default" "tray:default"
] ]
}, },
{
"description": "tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:allow-get-by-id"
]
},
{ {
"description": "tray:allow-new -> Enables the new command without any pre-configured scope.", "description": "tray:allow-new -> Enables the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5753,6 +5794,13 @@
"tray:allow-new" "tray:allow-new"
] ]
}, },
{
"description": "tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:allow-remove-by-id"
]
},
{ {
"description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5809,6 +5857,13 @@
"tray:allow-set-visible" "tray:allow-set-visible"
] ]
}, },
{
"description": "tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:deny-get-by-id"
]
},
{ {
"description": "tray:deny-new -> Denies the new command without any pre-configured scope.", "description": "tray:deny-new -> Denies the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5816,6 +5871,13 @@
"tray:deny-new" "tray:deny-new"
] ]
}, },
{
"description": "tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:deny-remove-by-id"
]
},
{ {
"description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5907,6 +5969,12 @@
"updater:deny-download-and-install" "updater:deny-download-and-install"
] ]
}, },
{
"type": "string",
"enum": [
"upload:default"
]
},
{ {
"description": "upload:allow-download -> Enables the download command without any pre-configured scope.", "description": "upload:allow-download -> Enables the download command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -6943,6 +7011,12 @@
"window:deny-unminimize" "window:deny-unminimize"
] ]
}, },
{
"type": "string",
"enum": [
"window-state:default"
]
},
{ {
"description": "window-state:allow-restore-window-state -> Enables the restore_window_state command without any pre-configured scope.", "description": "window-state:allow-restore-window-state -> Enables the restore_window_state command without any pre-configured scope.",
"type": "string", "type": "string",

View File

@@ -2292,6 +2292,12 @@
"properties": { "properties": {
"identifier": { "identifier": {
"oneOf": [ "oneOf": [
{
"type": "string",
"enum": [
"shell:default"
]
},
{ {
"description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2505,6 +2511,12 @@
"app:deny-version" "app:deny-version"
] ]
}, },
{
"type": "string",
"enum": [
"autostart:default"
]
},
{ {
"description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.", "description": "autostart:allow-disable -> Enables the disable command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2568,6 +2580,12 @@
"cli:deny-cli-matches" "cli:deny-cli-matches"
] ]
}, },
{
"type": "string",
"enum": [
"clipboard-manager:default"
]
},
{ {
"description": "clipboard-manager:allow-read -> Enables the read command without any pre-configured scope.", "description": "clipboard-manager:allow-read -> Enables the read command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -2596,6 +2614,12 @@
"clipboard-manager:deny-write" "clipboard-manager:deny-write"
] ]
}, },
{
"type": "string",
"enum": [
"dialog:default"
]
},
{ {
"description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.", "description": "dialog:allow-ask -> Enables the ask command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4801,13 +4825,6 @@
"image:allow-from-path" "image:allow-from-path"
] ]
}, },
{
"description": "image:allow-height -> Enables the height command without any pre-configured scope.",
"type": "string",
"enum": [
"image:allow-height"
]
},
{ {
"description": "image:allow-new -> Enables the new command without any pre-configured scope.", "description": "image:allow-new -> Enables the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4823,10 +4840,10 @@
] ]
}, },
{ {
"description": "image:allow-width -> Enables the width command without any pre-configured scope.", "description": "image:allow-size -> Enables the size command without any pre-configured scope.",
"type": "string", "type": "string",
"enum": [ "enum": [
"image:allow-width" "image:allow-size"
] ]
}, },
{ {
@@ -4843,13 +4860,6 @@
"image:deny-from-path" "image:deny-from-path"
] ]
}, },
{
"description": "image:deny-height -> Denies the height command without any pre-configured scope.",
"type": "string",
"enum": [
"image:deny-height"
]
},
{ {
"description": "image:deny-new -> Denies the new command without any pre-configured scope.", "description": "image:deny-new -> Denies the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -4865,10 +4875,10 @@
] ]
}, },
{ {
"description": "image:deny-width -> Denies the width command without any pre-configured scope.", "description": "image:deny-size -> Denies the size command without any pre-configured scope.",
"type": "string", "type": "string",
"enum": [ "enum": [
"image:deny-width" "image:deny-size"
] ]
}, },
{ {
@@ -5235,6 +5245,12 @@
"notification:deny-request-permission" "notification:deny-request-permission"
] ]
}, },
{
"type": "string",
"enum": [
"os:default"
]
},
{ {
"description": "os:allow-arch -> Enables the arch command without any pre-configured scope.", "description": "os:allow-arch -> Enables the arch command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5466,6 +5482,12 @@
"path:deny-resolve-directory" "path:deny-resolve-directory"
] ]
}, },
{
"type": "string",
"enum": [
"process:default"
]
},
{ {
"description": "process:allow-exit -> Enables the exit command without any pre-configured scope.", "description": "process:allow-exit -> Enables the exit command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5515,6 +5537,12 @@
"resources:deny-close" "resources:deny-close"
] ]
}, },
{
"type": "string",
"enum": [
"shell:default"
]
},
{ {
"description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.", "description": "shell:allow-execute -> Enables the execute command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5571,6 +5599,12 @@
"shell:deny-stdin-write" "shell:deny-stdin-write"
] ]
}, },
{
"type": "string",
"enum": [
"store:default"
]
},
{ {
"description": "store:allow-clear -> Enables the clear command without any pre-configured scope.", "description": "store:allow-clear -> Enables the clear command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5746,6 +5780,13 @@
"tray:default" "tray:default"
] ]
}, },
{
"description": "tray:allow-get-by-id -> Enables the get_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:allow-get-by-id"
]
},
{ {
"description": "tray:allow-new -> Enables the new command without any pre-configured scope.", "description": "tray:allow-new -> Enables the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5753,6 +5794,13 @@
"tray:allow-new" "tray:allow-new"
] ]
}, },
{
"description": "tray:allow-remove-by-id -> Enables the remove_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:allow-remove-by-id"
]
},
{ {
"description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.", "description": "tray:allow-set-icon -> Enables the set_icon command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5809,6 +5857,13 @@
"tray:allow-set-visible" "tray:allow-set-visible"
] ]
}, },
{
"description": "tray:deny-get-by-id -> Denies the get_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:deny-get-by-id"
]
},
{ {
"description": "tray:deny-new -> Denies the new command without any pre-configured scope.", "description": "tray:deny-new -> Denies the new command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5816,6 +5871,13 @@
"tray:deny-new" "tray:deny-new"
] ]
}, },
{
"description": "tray:deny-remove-by-id -> Denies the remove_by_id command without any pre-configured scope.",
"type": "string",
"enum": [
"tray:deny-remove-by-id"
]
},
{ {
"description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.", "description": "tray:deny-set-icon -> Denies the set_icon command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -5907,6 +5969,12 @@
"updater:deny-download-and-install" "updater:deny-download-and-install"
] ]
}, },
{
"type": "string",
"enum": [
"upload:default"
]
},
{ {
"description": "upload:allow-download -> Enables the download command without any pre-configured scope.", "description": "upload:allow-download -> Enables the download command without any pre-configured scope.",
"type": "string", "type": "string",
@@ -6943,6 +7011,12 @@
"window:deny-unminimize" "window:deny-unminimize"
] ]
}, },
{
"type": "string",
"enum": [
"window-state:default"
]
},
{ {
"description": "window-state:allow-restore-window-state -> Enables the restore_window_state command without any pre-configured scope.", "description": "window-state:allow-restore-window-state -> Enables the restore_window_state command without any pre-configured scope.",
"type": "string", "type": "string",

View File

@@ -2,7 +2,7 @@ use tauri::{Manager, Runtime};
pub fn create_tray<R: Runtime>(app: &tauri::AppHandle<R>) -> tauri::Result<()> { pub fn create_tray<R: Runtime>(app: &tauri::AppHandle<R>) -> tauri::Result<()> {
let version = app.package_info().version.to_string(); let version = app.package_info().version.to_string();
let tray = app.tray().unwrap(); let tray = app.tray_by_id("main_tray").unwrap();
let menu = tauri::menu::MenuBuilder::new(app) let menu = tauri::menu::MenuBuilder::new(app)
.item( .item(
&tauri::menu::MenuItem::with_id(app, "open_lume", "Open Lume", true, None::<&str>).unwrap(), &tauri::menu::MenuItem::with_id(app, "open_lume", "Open Lume", true, None::<&str>).unwrap(),

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "../node_modules/@tauri-apps/cli/schema.json", "$schema": "../node_modules/@tauri-apps/cli/schema.json",
"productName": "Lume", "productName": "Lume",
"version": "4.0.0-alpha+2", "version": "4.0.0-beta",
"identifier": "nu.lume.Lume", "identifier": "nu.lume.Lume",
"build": { "build": {
"beforeBuildCommand": "pnpm desktop:build", "beforeBuildCommand": "pnpm desktop:build",