|
@@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
|
|
|
name = "tauri"
|
|
|
readme = "README.md"
|
|
|
repository = "https://github.com/tauri-apps/tauri"
|
|
|
-version = "1.2.2"
|
|
|
+version = "2.0.0-alpha.0"
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
no-default-features = true
|
|
@@ -49,10 +49,10 @@ url = { version = "2.3" }
|
|
|
anyhow = "1.0"
|
|
|
thiserror = "1.0"
|
|
|
once_cell = "1"
|
|
|
-tauri-runtime = { version = "0.12.1", path = "../tauri-runtime" }
|
|
|
-tauri-macros = { version = "1.2.1", path = "../tauri-macros" }
|
|
|
-tauri-utils = { version = "1.2.1", features = [ "resources" ], path = "../tauri-utils" }
|
|
|
-tauri-runtime-wry = { version = "0.12.2", path = "../tauri-runtime-wry", optional = true }
|
|
|
+tauri-runtime = { version = "0.13.0-alpha.0", path = "../tauri-runtime" }
|
|
|
+tauri-macros = { version = "2.0.0-alpha.0", path = "../tauri-macros" }
|
|
|
+tauri-utils = { version = "2.0.0-alpha.0", features = [ "resources" ], path = "../tauri-utils" }
|
|
|
+tauri-runtime-wry = { version = "0.13.0-alpha.0", path = "../tauri-runtime-wry", optional = true }
|
|
|
rand = "0.8"
|
|
|
semver = { version = "1.0", features = [ "serde" ] }
|
|
|
serde_repr = "0.1"
|
|
@@ -104,18 +104,18 @@ objc = "0.2"
|
|
|
webview2-com = "0.19.1"
|
|
|
win7-notifications = { version = "0.3.1", optional = true }
|
|
|
|
|
|
-[target.'cfg(target_os = "android")'.dependencies]
|
|
|
+ [target."cfg(windows)".dependencies.windows]
|
|
|
+ version = "0.39.0"
|
|
|
+ features = [ "Win32_Foundation" ]
|
|
|
+
|
|
|
+[target."cfg(target_os = \"android\")".dependencies]
|
|
|
paste = "1.0"
|
|
|
android_logger = "0.9"
|
|
|
log = "0.4"
|
|
|
|
|
|
-[target.'cfg(target_os = "ios")'.dependencies]
|
|
|
+[target."cfg(target_os = \"ios\")".dependencies]
|
|
|
env_logger = "0.9.0"
|
|
|
|
|
|
-[target."cfg(windows)".dependencies.windows]
|
|
|
-version = "0.39.0"
|
|
|
-features = [ "Win32_Foundation" ]
|
|
|
-
|
|
|
[build-dependencies]
|
|
|
heck = "0.4"
|
|
|
once_cell = "1"
|