next branch

pull/355/head
Lucas Nogueira 2 years ago
parent 3ece7b2558
commit ab6980e5c3
No known key found for this signature in database
GPG Key ID: 7C32FCA95C8C95D7

14
Cargo.lock generated

@ -4960,7 +4960,7 @@ dependencies = [
[[package]]
name = "tauri"
version = "2.0.0-alpha.8"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"anyhow",
"bytes 1.4.0",
@ -5010,7 +5010,7 @@ dependencies = [
[[package]]
name = "tauri-build"
version = "2.0.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"anyhow",
"cargo_toml",
@ -5030,7 +5030,7 @@ dependencies = [
[[package]]
name = "tauri-codegen"
version = "2.0.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"base64 0.21.0",
"brotli",
@ -5055,7 +5055,7 @@ dependencies = [
[[package]]
name = "tauri-macros"
version = "2.0.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"heck 0.4.1",
"proc-macro2",
@ -5449,7 +5449,7 @@ dependencies = [
[[package]]
name = "tauri-runtime"
version = "0.13.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"gtk",
"http",
@ -5469,7 +5469,7 @@ dependencies = [
[[package]]
name = "tauri-runtime-wry"
version = "0.13.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"cocoa",
"gtk",
@ -5489,7 +5489,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.4"
source = "git+https://github.com/tauri-apps/tauri?branch=refactor/cleanup#cbfbff9c0f53035b6adea57788d2b8c0425377f1"
source = "git+https://github.com/tauri-apps/tauri?branch=next#e1e85dc2a5f656fc37867e278cae8042037740ac"
dependencies = [
"aes-gcm 0.10.1",
"brotli",

@ -5,8 +5,8 @@ resolver = "2"
[workspace.dependencies]
serde = { version = "1", features = ["derive"] }
log = "0.4"
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "refactor/cleanup" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "refactor/cleanup" }
tauri = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
tauri-build = { git = "https://github.com/tauri-apps/tauri", branch = "next" }
serde_json = "1"
thiserror = "1"

Loading…
Cancel
Save