aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2025-09-20 15:07:15 +0300
committerIvan Molodetskikh <yalterz@gmail.com>2025-09-20 15:08:09 +0300
commita1dccedbb72da372d2a8a84022f37ccaa4d4a6e6 (patch)
tree05506eb9e1e6e0a788a204c39519eff0eabe9e19 /Cargo.toml
parent37aea69715a61cb08fa3612a3f2e65d01df161f5 (diff)
downloadniri-a1dccedbb72da372d2a8a84022f37ccaa4d4a6e6.tar.gz
niri-a1dccedbb72da372d2a8a84022f37ccaa4d4a6e6.tar.bz2
niri-a1dccedbb72da372d2a8a84022f37ccaa4d4a6e6.zip
Update libdisplay-info and Smithay (popup destruction protocol check, constraints check)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5d54adf1..bbd80f65 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,7 @@ glam = "0.30.5"
input = { version = "0.9.1", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.175"
-libdisplay-info = "0.2.2"
+libdisplay-info = "0.3.0"
log = { version = "0.4.27", features = ["max_level_trace", "release_max_level_debug"] }
niri-config = { version = "25.8.0", path = "niri-config" }
niri-ipc = { version = "25.8.0", path = "niri-ipc", features = ["clap"] }