Skip to content

Commit 8a035a2

Browse files
authored
Update README.md
1 parent 0e1d297 commit 8a035a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Editors often need to interact with the OS in ways games don't.
7979
| [arboard](https://crates.io/crates/arboard) | text/image clipboard support, useful for editors/etc. especially because of the image support |
8080
| [rfd](https://crates.io/crates/rfd) | rust file-dialogs, useful for native save/load/etc. for editors and tooling |
8181
| [vfs](https://crates.io/crates/vfs) | file system abstractions that allows using different filesystem implementations (eg. in-memory filesystem) |
82+
| [camino](https://crates.io/crates/camino) | utf8 paths and pathbufs, great for those of us who never deal with non-string paths |
8283

8384
## Strings
8485

@@ -118,4 +119,4 @@ Haven't figured out how to categorize this stuff yet, but some of these are extr
118119
| [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 |
119120
| [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.) |
120121
| [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 |
121-
| [bevy_ecs](https://crates.io/crates/bevy_ecs) | A highly ergonomic and fast entity component system with support for parallel scheduling and event propagation |
122+
| [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

Comments
 (0)