working perfectly, refactored to use calloop
This commit is contained in:
parent
bf24020a7a
commit
1fa6c3e790
3 changed files with 123 additions and 72 deletions
|
|
@ -8,10 +8,12 @@ crate-type = ["cdylib", "staticlib"]
|
|||
|
||||
[dependencies]
|
||||
flutter_rust_bridge = "=2.11.1"
|
||||
wayland-client = "0.31"
|
||||
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
wayland-client = "0.31"
|
||||
wayland-protocols = { version = "0.32.12", features = ["client", "staging"] }
|
||||
libc = "0.2.185"
|
||||
crossbeam-channel = "0.5.15"
|
||||
|
||||
calloop = "0.14.4"
|
||||
calloop-wayland-source = "0.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue