Skip to content

Commit

Permalink
fix: Update vcpkg baseline and dependency versions for gtk4 compatibi…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
silviot committed Dec 7, 2024
1 parent cd69be7 commit 3d91427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "aardvark",
"version-string": "0.1.0",
"builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00",
"builtin-baseline": "2024.02.14",
"dependencies": [
{
"name": "glib",
"version>=": "2.82.0#1"
"version": "2.78.3"
},
{
"name": "gtk4",
"version>=": "4.12.4#1"
"version": "4.12.4"
},
{
"name": "libadwaita",
"version>=": "1.4.0#1"
"version": "1.4.0"
},
"pkgconf"
]
Expand Down

0 comments on commit 3d91427

Please sign in to comment.