Use mimalloc memory allocator

This commit is contained in:
Caelan Sayler
2024-12-19 14:25:40 +00:00
committed by Caelan
parent 26f877f55d
commit ea5049347b
5 changed files with 32 additions and 0 deletions

View File

@@ -79,6 +79,7 @@ webview2-com = "0.33"
windows = "0.58"
cbindgen = "0.27"
log-panics = "2.1.0"
mimalloc = { version = "0.1", features = ["secure"] }
# default to small, optimized workspace release binaries
[profile.release]