wip
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m50s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m48s

This commit is contained in:
2026-01-23 15:59:19 +07:00
parent 2fa4436e2d
commit 6617c8eea3
33 changed files with 1568 additions and 1269 deletions

16
Cargo.lock generated
View File

@@ -1317,7 +1317,6 @@ dependencies = [
"smol",
"state",
"theme",
"title_bar",
"tracing-subscriber",
"ui",
]
@@ -1749,6 +1748,7 @@ dependencies = [
"anyhow",
"common",
"gpui",
"linicon",
"log",
"smallvec",
"theme",
@@ -6591,20 +6591,6 @@ version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "title_bar"
version = "0.3.0"
dependencies = [
"anyhow",
"common",
"gpui",
"linicon",
"smallvec",
"theme",
"ui",
"windows 0.61.3",
]
[[package]]
name = "tokio"
version = "1.49.0"