You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -110,4 +110,5 @@ Haven't figured out how to categorize this stuff yet, but some of these are extr
110
110
|[pared](https://crates.io/crates/pared)| projected shared pointers (eg. get a "shared" reference to a field of a struct in an `Rc`) |
111
111
|[strum](https://crates.io/crates/strum)| add lots of reflection to enums (names, count, enumerate over their values, etc.), great to remove boilerplate and prepare enums for in-editor dropdown support |
112
112
|[thiserror](https://crates.io/crates/thiserror)| my favorite library for creating error structs/enums with nice display implementations (reduces lots of boilerplate and can generate from-impls as well, etc.) |
113
-
|[ulid](https://crates.io/crates/ulid)| i like this for guid generation, which uses the [ulid](https://github.com/ulid/spec) specification to generate 128-bit unique IDs that have nice string representations |
113
+
|[ulid](https://crates.io/crates/ulid)| i like this for guid generation, which uses the [ulid](https://github.com/ulid/spec) specification to generate 128-bit unique IDs that have nice string representations |
114
+
|[bevy_ecs](https://crates.io/crates/bevy_ecs)| A highly ergonomic and fast entity component system with support for parallel scheduling and event propagation |
0 commit comments