Skip to content

Commit

Permalink
vcpkg: Update dependencies (cemu-project#1229)
Browse files Browse the repository at this point in the history
(cherry picked from commit 6772b19)
  • Loading branch information
goeiecool9999 committed Jun 11, 2024
1 parent 879dce2 commit d5f9ec4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/vcpkg
Submodule vcpkg updated 3821 files
18 changes: 17 additions & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cemu",
"version-string": "1.0",
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db",
"builtin-baseline": "a4275b7eee79fb24ec2e135481ef5fce8b41c339",
"dependencies": [
"pugixml",
"zlib",
Expand Down Expand Up @@ -63,9 +63,25 @@
"default-features": false,
"features": [ "openssl" ]
},
{
"name": "dbus",
"default-features": false,
"platform": "linux"
},
{
"name": "tiff",
"default-features": false,
"features": ["jpeg", "zip"]
},
{
"name": "libusb",
"platform": "!android"
}
],
"overrides": [
{
"name": "sdl2",
"version": "2.30.3"
}
]
}

0 comments on commit d5f9ec4

Please sign in to comment.