Some i/o macros that help with applications that need assets, by importing them using normal FS in debug builds, but directly embedding the data in the application in release builds.
shell
cargo add asset_procmac
or
toml
[dependencies]
asset_procmac = "[CURRENT VERSION]"