From 34ca0e9aa1c5a88e0a02882a82fed5414ab510cc Mon Sep 17 00:00:00 2001 From: Julia Naomi Date: Sat, 23 Dec 2023 20:28:03 -0600 Subject: [PATCH 1/2] Add Space Editor --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index c5e80a01..63698c71 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -1524,3 +1524,8 @@ categories = ["tools"] name = "ziyasal/natura" source = "github" categories = ["animation"] + +[[items]] +name = "space_editor" +source = "crates" +categories = ["engines", "tools"] \ No newline at end of file From 49a152f3cf714c9e106bac9ed48b3758358bd906 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Mon, 1 Jan 2024 14:01:59 +0000 Subject: [PATCH 2/2] Update data.toml --- content/ecosystem/data.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index 63698c71..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" @@ -1524,8 +1529,3 @@ categories = ["tools"] name = "ziyasal/natura" source = "github" categories = ["animation"] - -[[items]] -name = "space_editor" -source = "crates" -categories = ["engines", "tools"] \ No newline at end of file