From 7b0f8541cb998dedd31f3c0e0b97db53d524eab1 Mon Sep 17 00:00:00 2001 From: Valtteri Vallius <36015558+kaphula@users.noreply.github.com> Date: Thu, 21 Dec 2023 13:42:38 +0200 Subject: [PATCH] Add bonsai-bt crate. (#554) --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index 87fa2f95..c5e80a01 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -116,6 +116,11 @@ name = "bmfont" source = "crates" categories = ["textrendering"] +[[items]] +name = "bonsai-bt" +source = "crates" +categories = ["ai"] + [[items]] name = "brood" source = "crates"