diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-14 21:41:53 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-03-14 21:41:53 +1100 |
commit | 662b83ff92cc2316fb962ff1608359f6d705a5f0 (patch) | |
tree | d0e7d15887ed14bd252e6e61888710c8bac2200a /source/vcpkg.json | |
parent | 8164e5ae6fa33c9ec2a14f107585a7cbe7fbf813 (diff) |
Initial commit of experimental zstd network compression
currently a bit buggy
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json index 1e0942c..6dcae93 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -7,6 +7,7 @@ "zlib", "freetype", "libpng", - "opus" + "opus", + "zstd" ] }
\ No newline at end of file |