aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorphuhl <git@ph-uhl.com>2024-03-03 20:36:13 +0100
committerIvan Molodetskikh <yalterz@gmail.com>2024-03-15 13:29:36 +0400
commit89dfaa6cac128887083c4e2fc195864c8de7d5fa (patch)
treec3f6d03d54870095ec42d2d5e5eed981d27d9cf9 /Cargo.toml
parentf6ffe8b3ab28ae572ed61d6ee2961ba7ef411179 (diff)
downloadniri-89dfaa6cac128887083c4e2fc195864c8de7d5fa.tar.gz
niri-89dfaa6cac128887083c4e2fc195864c8de7d5fa.tar.bz2
niri-89dfaa6cac128887083c4e2fc195864c8de7d5fa.zip
Adds support for wlr_gamma_control_unstable_v1 protocol
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 291b3b43..7a487a0c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,6 +73,7 @@ tracy-client.workspace = true
url = { version = "2.5.0", optional = true }
xcursor = "0.3.5"
zbus = { version = "~3.15.2", optional = true }
+bytemuck = "1.14.3"
[dependencies.smithay]
workspace = true