mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-09 14:42:44 +02:00
20f370a51d
This commit ensures that the komorebi-bar.exe process is DPI aware and applies DPI compensation to viewport.position and viewport.inner size both on launch and on configuration reload. viewport.position changes are now hotloaded wihtout having to restart the process. re #1024
38 lines
1.1 KiB
TOML
38 lines
1.1 KiB
TOML
[package]
|
|
name = "komorebi-bar"
|
|
version = "0.1.30"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
komorebi-client = { path = "../komorebi-client" }
|
|
komorebi-themes = { path = "../komorebi-themes" }
|
|
|
|
atomic_float = "1"
|
|
chrono = { workspace = true }
|
|
clap = { workspace = true }
|
|
color-eyre = { workspace = true }
|
|
crossbeam-channel = { workspace = true }
|
|
dirs = { workspace = true }
|
|
dunce = { workspace = true }
|
|
eframe = { workspace = true }
|
|
egui-phosphor = "0.6.0"
|
|
font-loader = "0.11"
|
|
hotwatch = { workspace = true }
|
|
image = "0.25"
|
|
netdev = "0.31"
|
|
num = "0.4.3"
|
|
num-derive = "0.4.2"
|
|
num-traits = "0.2.19"
|
|
random_word = { version = "0.4.3", features = ["en"] }
|
|
schemars = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
starship-battery = "0.10"
|
|
sysinfo = { workspace = true }
|
|
tracing = { workspace = true }
|
|
tracing-appender = { workspace = true }
|
|
tracing-subscriber = { workspace = true }
|
|
windows = { workspace = true }
|
|
windows-icons = { git = "https://github.com/LGUG2Z/windows-icons", rev = "d67cc9920aa9b4883393e411fb4fa2ddd4c498b5" } |