fix: make event loop in tray compatible with main window

This commit is contained in:
Kingtous
2023-05-02 12:52:27 +08:00
parent 4e7a8065b9
commit 7a82070420
8 changed files with 45 additions and 23 deletions

4
Cargo.lock generated
View File

@@ -5876,7 +5876,7 @@ dependencies = [
[[package]]
name = "tao"
version = "0.18.1"
source = "git+https://github.com/tauri-apps/tao?branch=muda#0c1417884161d165b8852fbf11be5492edef9fe7"
source = "git+https://github.com/Kingtous/tao?branch=muda#dea701661a182cf2d944d5d05b5d299c78079871"
dependencies = [
"bitflags",
"cairo-rs",
@@ -5921,7 +5921,7 @@ dependencies = [
[[package]]
name = "tao-macros"
version = "0.1.1"
source = "git+https://github.com/tauri-apps/tao?branch=muda#0c1417884161d165b8852fbf11be5492edef9fe7"
source = "git+https://github.com/Kingtous/tao?branch=muda#dea701661a182cf2d944d5d05b5d299c78079871"
dependencies = [
"proc-macro2 1.0.54",
"quote 1.0.26",