TTP -> MTP, A lot of other stuff #21

Merged
alois merged 81 commits from dev into main 2026-07-21 11:57:33 +03:00
2 changed files with 3 additions and 25 deletions
Showing only changes of commit 25f39ac41d - Show all commits

(fix): mobile builds
All checks were successful
/ build-web (push) Successful in 5m38s
/ build-desktop (linux) (push) Successful in 6m34s
/ build-mobile (push) Successful in 18m0s
/ release (push) Successful in 2m42s

Alois 2026-07-03 12:14:04 +02:00

View file

@ -3739,7 +3739,7 @@ dependencies = [
"serde_repr",
"serialize-to-javascript",
"swift-rs",
"tauri-build 2.6.3 (git+https://github.com/tauri-apps/tauri?branch=feat%2Fcef)",
"tauri-build",
"tauri-macros",
"tauri-runtime",
"tauri-runtime-wry",
@ -3754,27 +3754,6 @@ dependencies = [
"windows",
]
[[package]]
name = "tauri-build"
version = "2.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc9ce40b16101cb6ea63d3e221567affd1c3a9205f95d7bc574941a10636b632"
dependencies = [
"anyhow",
"cargo_toml",
"dirs",
"glob",
"heck 0.5.0",
"json-patch",
"schemars 0.8.22",
"semver",
"serde",
"serde_json",
"tauri-utils 2.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-winres",
"walkdir",
]
[[package]]
name = "tauri-build"
version = "2.6.3"
@ -4041,7 +4020,6 @@ dependencies = [
"url",
"urlpattern",
"uuid",
"walkdir",
]
[[package]]
@ -4133,7 +4111,7 @@ dependencies = [
"serde",
"serde_json",
"tauri",
"tauri-build 2.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
"tauri-build",
"tauri-plugin-app-events",
"tauri-plugin-barcode-scanner",
"tauri-plugin-deep-link",

View file

@ -15,7 +15,7 @@ name = "mobile_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "feat/cef", features = [] }
[dependencies]
tauri-plugin-opener = "2"