From 887ce0a7416fed4b26e598623db03e048b067201 Mon Sep 17 00:00:00 2001 From: Red Penguin <79577742+redpenguinyt@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:02:00 +0100 Subject: [PATCH 1/2] Add gemini-engine --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index 5a9f9cb6..c08bd6b8 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -1514,3 +1514,8 @@ categories = ["tools"] name = "ziyasal/natura" source = "github" categories = ["animation"] + +[[items]] +name = "gemini-engine" +source = "crates" +categories = ["2drendering", "3drendering", "engines"] From 0a68905d29c9681d8b78d849c259950bcff6056e Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sat, 2 Dec 2023 15:25:07 +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 c08bd6b8..291657d9 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -425,6 +425,11 @@ name = "generic-matrix" source = "crates" categories = ["math"] +[[items]] +name = "gemini-engine" +source = "crates" +categories = ["2drendering", "3drendering", "engines"] + [[items]] name = "gfx" source = "crates" @@ -1514,8 +1519,3 @@ categories = ["tools"] name = "ziyasal/natura" source = "github" categories = ["animation"] - -[[items]] -name = "gemini-engine" -source = "crates" -categories = ["2drendering", "3drendering", "engines"]