1
Fork 0
mirror of https://github.com/RGBCube/embd-rs synced 2025-07-26 21:17:44 +00:00
This commit is contained in:
RGBCube 2024-05-22 10:33:36 +03:00
parent c8cd9b447e
commit 63b2d936a5
No known key found for this signature in database

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" ] rustflags = [ "--cfg", "procmacro2_semver_exempt" ]
``` ```
## To-Do
- [ ] Hot reloading of files in debug mode.
- [ ] Don't depend on `procmacro2_semver_exempt`.
## License ## License
``` ```