We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3952c18 commit 76456d5Copy full SHA for 76456d5
1 file changed
Cargo.toml
@@ -2,12 +2,16 @@
2
name = "tiny-dfr"
3
version = "0.1.1"
4
edition = "2021"
5
+license = "MIT AND Apache-2.0"
6
+description = "The most basic dynamic function row daemon possible"
7
+homepage = "https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
8
+repository = "https://github.com/WhatAmISupposedToPutHere/tiny-dfr"
9
10
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
[dependencies]
13
cairo-rs = { version = "0.17", default-features = false }
-librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", rev = "b831e077174ae608d8cd09e532fc0e7ce1fe5c4f" }
14
+librsvg = { git = "https://gitlab.gnome.org/GNOME/librsvg", rev = "b831e077174ae608d8cd09e532fc0e7ce1fe5c4f", version = "2.56.0" }
15
drm = "0.9"
16
anyhow = "1"
17
input = "0.8"
0 commit comments