Skip to content

Commit d6fea41

Browse files
authored
Added and updated some crates. (#578)
1 parent a56da01 commit d6fea41

File tree

6 files changed

+15
-1
lines changed

6 files changed

+15
-1
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"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
name = "bevy_serde_lens"
2-
description = "Stateful, structural and pretty serialization for the bevy engine."
2+
description = "Schema based, human-readable serialization crate for the bevy engine."
33
link = "https://github.com/mintlu8/bevy_serde_lens"
44
crate = "bevy_serde_lens"

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)