chore: migrate to gpui updater (#42)

Reviewed-on: #42
This commit was merged in pull request #42.
This commit is contained in:
2026-08-03 01:54:25 +00:00
parent bc6bdb3c35
commit 8c59eabba3
6 changed files with 238 additions and 522 deletions

View File

@@ -5,18 +5,8 @@ edition.workspace = true
publish.workspace = true
[dependencies]
common = { path = "../common" }
gpui.workspace = true
instant.workspace = true
anyhow.workspace = true
log.workspace = true
smallvec.workspace = true
serde = { workspace = true, features = ["derive"] }
serde_json.workspace = true
semver = "1.0.27"
tempfile = "3.23.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
smol.workspace = true
gpui-updater = { git = "https://github.com/AprilNEA/gpui-updater", tag = "v0.0.6", features = ["gpui"] }