diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-28 10:54:26 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-07-28 10:54:26 +1000 |
commit | 8b1a2d6f0c9a1592a5c550ab23f6bf949ce65fc4 (patch) | |
tree | f743710a6f9d3c4177483a5134a6889a3bd3f097 /source/vcpkg.json | |
parent | 539819003051a47b86c61447e0e59044b0775b95 (diff) |
add 2 new allocators, currently using rpmalloc on Windows (mimalloc unused for now)
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 6dcae93..f603aab 100644 --- a/source/vcpkg.json +++ b/source/vcpkg.json @@ -8,6 +8,7 @@ "freetype", "libpng", "opus", - "zstd" + "zstd", + "mimalloc" ] }
\ No newline at end of file |