feat(window): add plugin (#352)

This commit is contained in:
Lucas Fernandes Nogueira
2023-05-12 07:58:20 -03:00
committed by GitHub
parent a95fb473a2
commit bb26f7d710
27 changed files with 2865 additions and 169 deletions
Generated
+33 -2
View File
@@ -2140,6 +2140,16 @@ dependencies = [
"cxx-build",
]
[[package]]
name = "ico"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "031530fe562d8c8d71c0635013d6d155bbfe8ba0aa4b4d2d24ce8af6b71047bd"
dependencies = [
"byteorder",
"png",
]
[[package]]
name = "ico"
version = "0.3.0"
@@ -2208,6 +2218,15 @@ dependencies = [
"hashbrown",
]
[[package]]
name = "infer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f178e61cdbfe084aa75a2f4f7a25a5bb09701a47ae1753608f194b15783c937a"
dependencies = [
"cfb",
]
[[package]]
name = "infer"
version = "0.12.0"
@@ -4711,13 +4730,16 @@ dependencies = [
"gtk",
"heck 0.4.1",
"http",
"ico 0.2.0",
"ignore",
"infer 0.9.0",
"jni",
"libc",
"log",
"objc",
"once_cell",
"percent-encoding",
"png",
"rand 0.8.5",
"raw-window-handle",
"reqwest",
@@ -4772,7 +4794,7 @@ checksum = "818c570932ebc2ff6d498be89d93494b89ff142131937a7e56d7cfb9c8ef0ad0"
dependencies = [
"base64 0.21.0",
"brotli",
"ico",
"ico 0.3.0",
"json-patch",
"plist",
"png",
@@ -5104,6 +5126,15 @@ dependencies = [
"tokio-tungstenite",
]
[[package]]
name = "tauri-plugin-window"
version = "0.0.0"
dependencies = [
"serde",
"tauri",
"thiserror",
]
[[package]]
name = "tauri-plugin-window-state"
version = "0.1.0"
@@ -5171,7 +5202,7 @@ dependencies = [
"glob",
"heck 0.4.1",
"html5ever",
"infer",
"infer 0.12.0",
"json-patch",
"kuchiki",
"memchr",