trunk-rs/trunk

Bundling assets from dependencies

Aperta

#710 aperta il 10 feb 2024

 (8 commenti) (0 reazioni) (0 assegnatari)Rust (315 fork)auto 404
enhancementhelp wantedneeds design

Metriche repository

Star
 (4347 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Heya, is it possible to bundle assets from dependencies?

e.g. web_app depends on web_components, and web_components defines its own assets.

My use case is shipping stylesheets in a components library crate, so that consumers who are building their own application don't have to make a copy of the stylesheet and maintain it.

Guida contributor