feat: 使用 ffigen with rust bridge 获得更好的性能,以及移除 web 支持

This commit is contained in:
2024-03-13 22:41:28 +08:00
parent 7e8177bdf5
commit b5fa9fdff1
9 changed files with 799 additions and 397 deletions

View File

@ -14,7 +14,6 @@ crate-type = ["cdylib", "staticlib"]
flutter_rust_bridge = "=2.0.0-dev.28"
tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros","process"] }
url = "2.5.0"
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "macro-diagnostics"] }
async-std = "1.12.0"
hyper = { version = "0.14.28"}
once_cell = "1.19.0"