From 94342846b8750cb753d2734b16dce20f249c6e65 Mon Sep 17 00:00:00 2001 From: Micha White Date: Thu, 21 Dec 2023 19:52:05 -0500 Subject: Import arrayvec --- engine/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 9f81ec1..3e17c08 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -12,6 +12,7 @@ model = {path = "../model"} byteorder = "1" thiserror = "1" parking_lot = "0.12" +arrayvec = "0.7" mimalloc = "0.1.39" [dev-dependencies] -- cgit v1.2.3