Skip to content

Commit

Permalink
Update wgpu-and-friends (#598)
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Clay <[email protected]>
  • Loading branch information
cwfitzgerald and 17cupsofcoffee authored Jan 28, 2025
1 parent 9f60c5d commit 2f2ac51
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions content/ecosystem/data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ name = "bvh"
source = "crates"
categories = ["math"]

[[items]]
name = "bytemuck"
source = "crates"
categories = ["shader", "tools"]

[[items]]
name = "calx-ecs"
source = "crates"
Expand Down Expand Up @@ -362,7 +367,7 @@ categories = ["3drendering"]
[[items]]
name = "encase"
source = "crates"
categories = ["shader"]
categories = ["shader", "tools"]

[[items]]
name = "enet"
Expand Down Expand Up @@ -490,6 +495,7 @@ name = "gfx"
source = "crates"
categories = ["3drendering"]
gitter_url = "https://gitter.im/gfx-rs/gfx"
archived = true

[[items]]
name = "gfx-hal"
Expand Down Expand Up @@ -583,6 +589,11 @@ name = "grr"
source = "crates"
categories = ["3drendering"]

[[items]]
name = "hassle-rs"
source = "crates"
categories = ["shader"]

[[items]]
name = "hecs"
source = "crates"
Expand Down Expand Up @@ -778,6 +789,11 @@ name = "lyon"
source = "crates"
categories = ["2drendering"]

[[items]]
name = "mach-dxcompiler-rs"
source = "crates"
categories = ["shader"]

[[items]]
name = "macroquad"
source = "crates"
Expand Down Expand Up @@ -888,7 +904,7 @@ categories = ["engines"]
name = "naga"
source = "crates"
categories = ["shader"]
homepage_url = "https://github.com/gfx-rs/naga"
homepage_url = "https://github.com/gfx-rs/wgpu/tree/trunk/naga"

[[items]]
name = "naia-rs/naia"
Expand Down Expand Up @@ -1604,7 +1620,7 @@ categories = ["tools"]
[[items]]
name = "wgpu"
source = "crates"
categories = ["3drendering"]
categories = ["2drendering", "3drendering"]

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

0 comments on commit 2f2ac51

Please sign in to comment.