Skip to content

Commit

Permalink
feat: Add version constraints for gtk4 and libadwaita in vcpkg depend…
Browse files Browse the repository at this point in the history
…encies
  • Loading branch information
silviot committed Dec 7, 2024
1 parent 0cf15a8 commit cd69be7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@
"name": "glib",
"version>=": "2.82.0#1"
},
"gtk4",
"libadwaita",
{
"name": "gtk4",
"version>=": "4.12.4#1"
},
{
"name": "libadwaita",
"version>=": "1.4.0#1"
},
"pkgconf"
]
}

0 comments on commit cd69be7

Please sign in to comment.