Skip to content

Commit

Permalink
Update packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
Berrysoft committed Oct 16, 2024
1 parent 1697be8 commit 20d8a82
Show file tree
Hide file tree
Showing 8 changed files with 593 additions and 571 deletions.
1,010 changes: 516 additions & 494 deletions bins/Cargo.lock

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions bins/ayaka-gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions bins/ayaka-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@tauri-apps/api": "^2.0.0-rc.4",
"@tauri-apps/plugin-os": "^2.0.0-rc.1",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-os": "^2.0.0",
"async-mutex": "^0.5.0",
"bootstrap": "^5.3.3",
"bootstrap-dark-5": "^1.1.3",
Expand All @@ -37,4 +37,4 @@
"vite": "^5.4.5",
"vue-tsc": "^2.1.6"
}
}
}
12 changes: 6 additions & 6 deletions bins/ayaka-gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,30 @@ name = "ayaka_gui_lib"
crate-type = ["staticlib", "cdylib", "rlib"]

[build-dependencies]
tauri-build = { version = "2.0.0-rc.10", features = [] }
tauri-build = { version = "2.0.0", features = [] }

[dependencies]
ayaka-plugin-wasmi = { workspace = true }
ayaka-model = { workspace = true }
serde_json = "1"
serde = { version = "1", features = ["derive"] }
tauri = { version = "2.0.0-rc.11", features = [] }
tauri-plugin-os = "2.0.0-rc.1"
tauri = { version = "2.0.0", features = [] }
tauri-plugin-os = "2.0.0"
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["sync"] }
axum = { version = "0.7", default-features = false, features = [
"http1",
"tokio",
] }
axum-extra = { version = "0.9", features = ["typed-header"] }
tower-http = { version = "0.5", features = ["cors", "trace"] }
tower-http = { version = "0.6", features = ["cors", "trace"] }
headers = "0.4"
mime_guess = "2"
vfs-tar = { version = "0.5", features = ["mmap"] }

[target.'cfg(not(any(target_os = "android", target_os = "ios")))'.dependencies]
tauri-plugin-dialog = "2.0.0-rc.6"
tauri-plugin-window-state = "2.0.0-rc.3"
tauri-plugin-dialog = "2.0.0"
tauri-plugin-window-state = "2.0.0"
flexi_logger = { workspace = true }

[target.'cfg(target_os = "ios")'.dependencies]
Expand Down
Loading

0 comments on commit 20d8a82

Please sign in to comment.