Skip to content

Commit

Permalink
remvoe unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed May 12, 2023
1 parent 234edba commit 63506f2
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion core/tauri-build/Cargo.toml
Expand Up @@ -27,7 +27,6 @@ serde_json = "1"
heck = "0.4"
json-patch = "1.0"
walkdir = "2"
filetime = "0.2"
tauri-winres = "0.1"
semver = "1"

Expand Down
1 change: 0 additions & 1 deletion core/tauri-config-schema/Cargo.toml
Expand Up @@ -11,5 +11,4 @@ tauri-utils = { version = "2.0.0-alpha.4", features = [
schemars = { version = "0.8", features = ["url", "preserve_order"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = "1.12"
url = { version = "2.3", features = ["serde"] }
3 changes: 0 additions & 3 deletions core/tauri-runtime/Cargo.toml
Expand Up @@ -34,9 +34,6 @@ raw-window-handle = "0.5"
rand = "0.8"
url = { version = "2" }

[target."cfg(windows)".dependencies]
webview2-com = "0.22"

[target."cfg(windows)".dependencies.windows]
version = "0.44"
features = [ "Win32_Foundation" ]
Expand Down
1 change: 0 additions & 1 deletion core/tauri/Cargo.toml
Expand Up @@ -63,7 +63,6 @@ serialize-to-javascript = "=0.1.1"
infer = { version = "0.9", optional = true }
png = { version = "0.17", optional = true }
ico = { version = "0.2.0", optional = true }
encoding_rs = "0.8.31"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies]
gtk = { version = "0.16", features = ["v3_24"] }
Expand Down

0 comments on commit 63506f2

Please sign in to comment.