diff options
author | LakoLiu <99976966+lakoliu@users.noreply.github.com> | 2024-02-13 07:45:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-13 07:45:17 +0100 |
commit | 07b9596cc1fe5b2442ade60fd7d00408482ddbf2 (patch) | |
tree | d391bb026bebad5eb320e56f6245bccc2366bcff /Cargo.toml | |
parent | 7c3ebca6549dd53c3c0c039854d880f761a3a952 (diff) | |
parent | 366e9cee77c04d4a381f55d6ee8ce4c15e0d0c3b (diff) | |
download | Furtherance-07b9596cc1fe5b2442ade60fd7d00408482ddbf2.tar.zst |
Merge pull request #129 from gabrbrand/adw-1-4
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 |