Merge branch 'dev' into release

This commit is contained in:
Fractal-Tess
2024-01-24 07:32:56 +02:00
259 changed files with 8888 additions and 2009 deletions

View File

@@ -1,3 +1,3 @@
[target.x86_64-unknown-linux-gnu]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]
# [target.x86_64-unknown-linux-gnu]
# linker = "clang"
# rustflags = ["-C", "link-arg=-fuse-ld=/usr/local/bin/mold"]

2082
src-tauri/Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -7,22 +7,22 @@ license = "MIT"
repository = "https://github.com/Fractal-Tess/Svelte-Tauri"
default-run = "svelte-tauri"
edition = "2021"
rust-version = "1.68"
rust-version = "1.71.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "1.3.0", features = [] }
tauri-build = { version = "1.5.1", features = [] }
[dependencies]
serde_json = "1.0"
sha2 = "0.10.6"
serde_json = "1.0.111"
sha2 = "0.10.8"
tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "dev" }
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.2.3", features = ["api-all", "devtools", "updater"] }
thiserror = "1.0.40"
specta = "1.0.4"
tauri-specta = { version = "1.0.0", features = ["javascript", "typescript"] }
serde = { version = "1.0.195", features = ["derive"] }
tauri = { version = "1.5.4", features = ["api-all", "devtools", "updater"] }
thiserror = "1.0.56"
specta = "1.0.5"
tauri-specta = { version = "1.0.2", features = ["javascript", "typescript"] }
[features]
# by default Tauri runs in production mode
# when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL