mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-05 10:13:00 +02:00
committed by
GitHub
parent
622e1d52d2
commit
934f84cf56
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "tauri"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
authors = [
|
||||
"Lucas Fernandes Gonçalves Nogueira <lucas@tauri.studio>",
|
||||
"Daniel Thompson-Yvetot <denjell@sfosc.org>",
|
||||
@@ -19,8 +19,8 @@ features = [ "all-api" ]
|
||||
[dependencies]
|
||||
serde_json = "1.0"
|
||||
serde = { version = "1.0", features = [ "derive" ] }
|
||||
webview-sys = { git = "https://github.com/tauri-apps/web-view", version = "0.5.0" }
|
||||
web-view = { git = "https://github.com/tauri-apps/web-view", version = "0.6.2" }
|
||||
tauri-webview-sys = "0.5.0"
|
||||
tauri-web-view = "0.6.2"
|
||||
tauri_includedir = "0.5.0"
|
||||
phf = "0.8.0"
|
||||
base64 = "0.12.2"
|
||||
@@ -46,7 +46,7 @@ serde = { version = "1.0", features = [ "derive" ] }
|
||||
|
||||
[features]
|
||||
cli = [ "tauri-api/cli" ]
|
||||
edge = [ "web-view/edge" ]
|
||||
edge = [ "tauri-web-view/edge" ]
|
||||
embedded-server = [ "tiny_http" ]
|
||||
no-server = [ ]
|
||||
all-api = [ "tauri-api/notification" ]
|
||||
|
||||
Reference in New Issue
Block a user