feat: base frame

This commit is contained in:
2024-07-16 21:14:07 +08:00
parent 71dc75a092
commit 1d213eae57
33 changed files with 1493 additions and 123 deletions

View File

@@ -15,7 +15,7 @@ tauri = { version = "1", features = [ "window-show", "window-hide", "window-maxi
serde = { version = "1", features = ["derive"] }
serde_json = "1"
btleplug = { version = "0.11.5", features = ["serde"] }
tokio = { version = "1.38.0", features = ["rt", "rt-multi-thread", "macros"] }
tokio = { version = "1.38.0", features = ["full"] }
futures = "0.3.30"
uuid = "1.10.0"
lazy_static = "1.5.0"