Skip to content

Commit

Permalink
Updated windows dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nadult committed Jan 12, 2025
1 parent 57940fb commit d31dfc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ build_stats.txt
/windows/.vs
/windows/*.vcxproj.user
/windows/libraries
/tools/__pycache__/
16 changes: 8 additions & 8 deletions dependencies.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
{
"packages": [
{
"name": "zlib",
"version": "1.3.1",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "bzip2",
"version": "1.0.8",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "brotli",
"version": "1.0.9",
"version": "1.1.0",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "libpng",
"version": "1.6.39",
"version": "1.6.44",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "freetype",
"version": "2.11.1",
"version": "2.13.3",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
Expand All @@ -40,11 +45,6 @@
"version": "1.3.7",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "zlib",
"version": "1.3",
"query": "os=Windows and arch=x86_64 and options.shared=False"
},
{
"name": "shaderc",
"version": "2024.1",
Expand Down

0 comments on commit d31dfc9

Please sign in to comment.