almost working

This commit is contained in:
Henry Hiles 2026-04-20 13:52:42 -04:00
commit 58ef623f7c
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
7 changed files with 130 additions and 118 deletions

View file

@ -8,8 +8,6 @@ crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.11.1"
tokio = { version = "1", features = ["rt-multi-thread", "macros"] }
futures = "0.3"
wayland-client = "0.31"
serde = { version = "1", features = ["derive"] }