From 0d73f5076ae2819e0c6d8822687ae15d96b29a68 Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Mon, 1 Jan 2024 08:02:39 -0600 Subject: [PATCH] Add Space Editor (#555) Co-authored-by: Joe Clay <27cupsofcoffee@gmail.com> --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index c5e80a01..0f37b5ef 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -1275,6 +1275,11 @@ name = "soloud" source = "crates" categories = ["audio"] +[[items]] +name = "space_editor" +source = "crates" +categories = ["engines", "tools"] + [[items]] name = "spaik" source = "crates"