tauri/crates
sftse 7f7d9aac21
Less statics (#14668)
* refactor(tauri-cli): introduce replacement functions

* refactor(tauri-cli): apply replacement to remove.rs

* refactor(tauri-cli): apply replacement to icon.rs

* refactor(tauri-cli): apply replacement to bundle.rs

* refactor(tauri-cli): apply replacement to build.rs

* refactor(tauri-cli): apply replacement to add.rs

* refactor(tauri-cli): apply replacement to dev.rs

* refactor(tauri-cli): less controlflow

* refactor(tauri-cli): split config loading from locking static

* refactor(tauri-cli): remove duplicate checks covered by if let Some(tauri_dir) = tauri_dir

tauri_dir.is_some() must be true, otherwise the entire block is not run, so the frontend_dir check
is irrelevant

* fmt

* refactor(tauri-cli): apply replacement to inspect.rs

* refactor(tauri-cli): dont use statics for config

* refactor(tauri-cli): finish threading directory paths through functions

* fix: clippy

* fixup CI

* refactor(tauri-cli): dont need mutex

* refactor(tauri-cli): rescope mutex use to minimal necessary

* fix CI, reduce mutex use

* fixup PR #14607

* fix: clippy

* refactor(tauri-cli): remove ConfigHandle

* refactor(tauri-cli): remove more unwraps and panicing functions

* refactor(tauri-cli): less mutexes

* refactor(tauri-cli): undo mistaken change, address review comment

* Split android build to 2 functions

* Pass in dirs to migration v1 like the v2 beta

* Add change file

---------

Co-authored-by: Tony <legendmastertony@gmail.com>
2026-01-17 23:52:42 +08:00
..
tauri docs: fix typos in comments (#14787) 2026-01-17 12:30:14 +01:00
tauri-build Cleanups (#14632) 2025-12-09 21:38:14 +08:00
tauri-bundler docs: fix typos in comments (#14787) 2026-01-17 12:30:14 +01:00
tauri-cli Less statics (#14668) 2026-01-17 23:52:42 +08:00
tauri-codegen chore(deps): update rust crate ico to 0.5 (#14589) 2025-12-02 10:19:09 +08:00
tauri-driver chore(deps): update rust crate signal-hook-tokio to 0.4 (#14729) 2026-01-15 12:53:18 +01:00
tauri-macos-sign build(tauri-macos-sign): remove once-cell-regex (#14766) 2026-01-15 13:14:30 +01:00
tauri-macros apply version updates (#14467) 2025-11-30 11:22:38 +01:00
tauri-plugin apply version updates (#14467) 2025-11-30 11:22:38 +01:00
tauri-runtime docs: fix typos in comments (#14787) 2026-01-17 12:30:14 +01:00
tauri-runtime-wry docs: fix typos in comments (#14787) 2026-01-17 12:30:14 +01:00
tauri-schema-generator chore: fix tests (#14720) 2026-01-02 16:02:23 +01:00
tauri-schema-worker chore(deps): update worker-rs crates to 0.7 (#14638) 2025-12-09 13:42:27 +01:00
tauri-utils chore: fix tests (#14720) 2026-01-02 16:02:23 +01:00
tests chore: fix tests (#14720) 2026-01-02 16:02:23 +01:00