wip: titlebar
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 2m0s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m36s

This commit is contained in:
2026-01-29 16:55:40 +07:00
parent 04287cae3a
commit 4336c67d8c
10 changed files with 618 additions and 2 deletions

16
Cargo.lock generated
View File

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