diff options
author | Gabriel Brand <gabr.brand@gmail.com> | 2024-02-11 19:00:41 +0100 |
---|---|---|
committer | Gabriel Brand <gabr.brand@gmail.com> | 2024-02-11 19:00:41 +0100 |
commit | 7c065014f4b23c0eb50b3662bc5cb14f0a8df746 (patch) | |
tree | fee1231fba4adc7e9d97f6fda6c1ac2b8cdd5ac8 /Cargo.toml | |
parent | 444fd7892c462e90035c5925011c390a937eb105 (diff) | |
download | Furtherance-7c065014f4b23c0eb50b3662bc5cb14f0a8df746.tar.zst |
Port to libadwaita 1.4 widgets
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index ee28afe..f4d425f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,4 +29,4 @@ version = "0.8.0" [dependencies.adw] package = "libadwaita" version = "0.6.0" -features = ["v1_2"] +features = ["v1_4"] \ No newline at end of file |