about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2023-03-23 10:09:53 +0100
committerRicky Kresslein <rk@lakoliu.com>2023-03-23 10:12:21 +0100
commitef353318a77ae12d51223c309cf9d2c3df6151fa (patch)
tree1fdcfcbe02323cb0414b3dff0f4b9b6064d44036 /Cargo.toml
parent631581d457028442d68a25150ad5c09e09584e33 (diff)
downloadFurtherance-ef353318a77ae12d51223c309cf9d2c3df6151fa.tar.zst
#87: Implement libadwaita AboutWindow
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 76ab30b..7bae452 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -29,3 +29,4 @@ version = "0.6.4"
 [dependencies.adw]
 package = "libadwaita"
 version = "0.3.1"
+features = ["v1_3"]