Skip to content

Commit

Permalink
Fix ecosystem data order
Browse files Browse the repository at this point in the history
My fault for merging PRs too quickly!
  • Loading branch information
17cupsofcoffee committed Dec 2, 2023
1 parent dc868e7 commit 2ccbb06
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/ecosystem/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -421,14 +421,14 @@ source = "crates"
categories = ["engines"]

[[items]]
name = "generic-matrix"
name = "gemini-engine"
source = "crates"
categories = ["math"]
categories = ["2drendering", "3drendering", "engines"]

[[items]]
name = "gemini-engine"
name = "generic-matrix"
source = "crates"
categories = ["2drendering", "3drendering", "engines"]
categories = ["math"]

[[items]]
name = "gfx"
Expand Down

0 comments on commit 2ccbb06

Please sign in to comment.