From 6bb1a1babb3331fec4f1f8b89189b89197618ab9 Mon Sep 17 00:00:00 2001 From: Nan Date: Mon, 11 Mar 2024 12:44:40 +0800 Subject: [PATCH 1/3] Add library ozz-animation-rs --- content/ecosystem/data.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/ecosystem/data.toml b/content/ecosystem/data.toml index 1784a1c7..2bf86b72 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -964,6 +964,11 @@ source = "crates" categories = ["engines"] homepage_url = "https://github.com/PsichiX/Oxygengine" +[[items]] +name = "SlimeYummy/ozz-animation-rs" +source = "github" +categories = ["animation"] + [[items]] name = "palette" source = "crates" From d74d03dfd4381a904ec66f01b4b765476a99d334 Mon Sep 17 00:00:00 2001 From: Joe Clay <27cupsofcoffee@gmail.com> Date: Sun, 17 Mar 2024 15:34:35 +0000 Subject: [PATCH 2/3] 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 2bf86b72..1d0c1790 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -964,11 +964,6 @@ source = "crates" categories = ["engines"] homepage_url = "https://github.com/PsichiX/Oxygengine" -[[items]] -name = "SlimeYummy/ozz-animation-rs" -source = "github" -categories = ["animation"] - [[items]] name = "palette" source = "crates" @@ -1292,6 +1287,11 @@ name = "skulpin" source = "crates" categories = ["2drendering"] +[[items]] +name = "SlimeYummy/ozz-animation-rs" +source = "github" +categories = ["animation"] + [[items]] name = "softbuffer" source = "crates" From a9ed5ec9c459a6e05672da974c0ba97528bc8cd5 Mon Sep 17 00:00:00 2001 From: Nan Date: Mon, 18 Mar 2024 13:51:26 +0800 Subject: [PATCH 3/3] Use crates --- 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 1d0c1790..1c8ccdd9 100644 --- a/content/ecosystem/data.toml +++ b/content/ecosystem/data.toml @@ -964,6 +964,11 @@ source = "crates" categories = ["engines"] homepage_url = "https://github.com/PsichiX/Oxygengine" +[[items]] +name = "ozz-animation-rs" +source = "crates" +categories = ["animation"] + [[items]] name = "palette" source = "crates" @@ -1287,11 +1292,6 @@ name = "skulpin" source = "crates" categories = ["2drendering"] -[[items]] -name = "SlimeYummy/ozz-animation-rs" -source = "github" -categories = ["animation"] - [[items]] name = "softbuffer" source = "crates"