Skip to content

Commit a312cdb

Browse files
committed
Added and updated some crates.
Added bevy_rectray, bevy_stat_query, bevy_rich_text3d. Updated bevy_serde_lens's description.
1 parent a56da01 commit a312cdb

File tree

6 files changed

+14
-0
lines changed

6 files changed

+14
-0
lines changed

Assets/2D/bevy_rectray.gif

340 KB
Loading

Assets/2D/bevy_rectray.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "bevy_rectray"
2+
description = "Minimal 2d layout system"
3+
link = "https://github.com/mintlu8/bevy_rectray"
4+
image = "bevy_rectray.gif"
5+
crate = "bevy_rectray"
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
name = "bevy_stat_query"
2+
description = "Versatile RPG stat system."
3+
link = "https://github.com/mintlu8/bevy_stat_query"
4+
crate = "bevy_stat_query"
File renamed without changes.

Assets/UI/bevy_rich_text3d.gif

38.7 KB
Loading

Assets/UI/bevy_rich_text3d.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
name = "bevy_rich_text3d"
2+
description = "Mesh based raster rich text implementation for bevy."
3+
link = "https://github.com/mintlu8/bevy_rich_text3d"
4+
crate = "bevy_rich_text3d"
5+
image = "bevy_rich_text3d.gif"

0 commit comments

Comments
 (0)