tauri/crates
sftse 2d28e3143e
Cleanups (#14632)
* refactor(tauri-utils): current_dest and current_pattern always change in-sync, group them to one Option

* refactor(tauri-utils): pass path as explicit argument instead of implicitly through self

* refactor(tauri-utils): remove struct field that is never set to Some

* refactor(tauri-cli): use OsString, OsStr where possible

* refactor(tauri-cli): Deref Arc early

* refactor(tauri-cli): lock config before passing to build::setup()

* refactor(tauri-build, tauri-utils): bettern pattern matching and borrowing

* refactor(tauri-cli): dont need Arc if already have static

* fix(tauri-cli): race condition initializing static flag, remove unnecessary OnceLock

* refactor(tauri-cli): use expect

* refactor(tauri-cli): remove unnecessary OnceLock

* refactor(tauri-cli): better use of dunce api

* refactor(tauri-cli): rename
2025-12-09 21:38:14 +08:00
..
tauri apply version updates (#14592) 2025-12-09 12:41:05 +01:00
tauri-build Cleanups (#14632) 2025-12-09 21:38:14 +08:00
tauri-bundler Cleanups (#14632) 2025-12-09 21:38:14 +08:00
tauri-cli Cleanups (#14632) 2025-12-09 21:38:14 +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 which to v8 (#13711) 2025-08-05 14:59:02 +02:00
tauri-macos-sign apply version updates (#14592) 2025-12-09 12:41:05 +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 apply version updates (#14467) 2025-11-30 11:22:38 +01:00
tauri-runtime-wry apply version updates (#14592) 2025-12-09 12:41:05 +01:00
tauri-schema-generator apply version updates (#14592) 2025-12-09 12:41:05 +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 Cleanups (#14632) 2025-12-09 21:38:14 +08:00
tests docs: remove $APP and $LOG from FsScope (#14623) 2025-12-07 23:09:11 +08:00