diff options
author | Ricky Kresslein <rk@lakoliu.com> | 2023-03-23 10:09:53 +0100 |
---|---|---|
committer | Ricky Kresslein <rk@lakoliu.com> | 2023-03-23 10:12:21 +0100 |
commit | ef353318a77ae12d51223c309cf9d2c3df6151fa (patch) | |
tree | 1fdcfcbe02323cb0414b3dff0f4b9b6064d44036 /Cargo.toml | |
parent | 631581d457028442d68a25150ad5c09e09584e33 (diff) | |
download | Furtherance-ef353318a77ae12d51223c309cf9d2c3df6151fa.tar.zst |
#87: Implement libadwaita AboutWindow
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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"] |