Files
coop/crates/titlebar/Cargo.toml
reya 32201554ec
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m26s
Redesign for the v1 stable release (#3)
Only half done. Will continue in another PR.

Reviewed-on: #3
2026-02-04 01:43:21 +00:00

22 lines
492 B
TOML

[package]
name = "titlebar"
version.workspace = true
edition.workspace = true
publish.workspace = true
[dependencies]
common = { path = "../common" }
theme = { path = "../theme" }
ui = { path = "../ui" }
gpui.workspace = true
smallvec.workspace = true
anyhow.workspace = true
log.workspace = true
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.61", features = ["Wdk_System_SystemServices"] }
[target.'cfg(target_os = "linux")'.dependencies]
linicon = "2.3.0"