1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-27 21:47:45 +00:00

Upload to crates.io & add todo

This commit is contained in:
RGBCube 2024-05-22 11:12:01 +03:00
parent 306aefe981
commit d8680f6085
No known key found for this signature in database
5 changed files with 82 additions and 5 deletions

View file

@ -8,6 +8,7 @@ categories = [ "filesystem" ]
authors = [ "RGBCube" ]
version = "0.1.2"
edition = "2021"
include = [ "src/**/*.rs", "README.md" ]
[dependencies]
embd-macros = "0.1"

View file

@ -38,6 +38,11 @@ option to use this crate, you can enable it like so, by putting this in
rustflags = [ "--cfg", "procmacro2_semver_exempt" ]
```
## To-Do
- [ ] Hot reloading of files in debug mode.
- [ ] Don't depend on `procmacro2_semver_exempt`.
## License
```