disco-assets
This crate was generated by rlvgl-creator.
Embed
Enable the embed feature and reference asset constants directly:
use disco-SOME_ASSET;
Vendor
Enable the vendor feature to have the included build.rs copy asset files
and generate an rlvgl_assets.rs module at compile time. In your crate,
include the generated module:
include!;
For custom pipelines, you may call the helpers from your own build.rs: