aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorIvan Molodetskikh <yalterz@gmail.com>2024-02-22 10:17:06 +0400
committerIvan Molodetskikh <yalterz@gmail.com>2024-02-22 10:17:06 +0400
commitaefbad0cf73daade747ca47b8cb63b6c6fbdfc2b (patch)
tree1d02199e152396f31968fbb3b884e044911a5558 /Cargo.toml
parentb091202d86c1d824ce0a9ba83b21e5d50f2fc291 (diff)
downloadniri-aefbad0cf73daade747ca47b8cb63b6c6fbdfc2b.tar.gz
niri-aefbad0cf73daade747ca47b8cb63b6c6fbdfc2b.tar.bz2
niri-aefbad0cf73daade747ca47b8cb63b6c6fbdfc2b.zip
Simplify gradient border shader
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 292dd5fe..8be271e1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,6 +50,7 @@ clap = { workspace = true, features = ["string"] }
directories = "5.0.1"
futures-util = { version = "0.3.30", default-features = false, features = ["std", "io"] }
git-version = "0.3.9"
+glam = "0.25.0"
input = { version = "0.9.0", features = ["libinput_1_21"] }
keyframe = { version = "1.1.1", default-features = false }
libc = "0.2.153"