Fixed deps
This commit is contained in:
parent
8a12ca7234
commit
150200c8cf
1 changed files with 2 additions and 2 deletions
|
|
@ -29,8 +29,8 @@ default-features = true
|
|||
|
||||
[target.'cfg(not(target_os = "android"))'.dependencies.tauri]
|
||||
version = "2"
|
||||
features = ["cef"]
|
||||
default-features = true
|
||||
features = ["cef", "compression", "common-controls-v6", "dynamic-acl", "x11"]
|
||||
default-features = false
|
||||
|
||||
[patch.crates-io.tauri]
|
||||
git = "https://github.com/tauri-apps/tauri"
|
||||
|
|
|
|||
Loading…
Reference in a new issue