From ebe38a34bb5d7c5985e0bffd3433607054ef3c01 Mon Sep 17 00:00:00 2001 From: bendn Date: Sat, 27 Jan 2024 20:52:06 +0700 Subject: [PATCH] add fimg (#559) --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index bbeef907..ba2fb479 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -383,6 +383,11 @@ name = "fermium" source = "crates" categories = ["2drendering"] +[[items]] +name = "fimg" +source = "crates" +categories = ["2drendering"] + [[items]] name = "fmod" source = "crates"