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:
parent
306aefe981
commit
d8680f6085
5 changed files with 82 additions and 5 deletions
|
@ -8,6 +8,7 @@ categories = [ "filesystem" ]
|
|||
authors = [ "RGBCube" ]
|
||||
version = "0.1.2"
|
||||
edition = "2021"
|
||||
include = [ "src/**/*.rs", "README.md" ]
|
||||
|
||||
[dependencies]
|
||||
embd-macros = "0.1"
|
||||
|
|
|
@ -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
|
||||
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue