trunk-rs/trunk

Bundling assets from dependencies

Offen

#710 geöffnet am 10.02.2024

 (8 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (315 Forks)auto 404
enhancementhelp wantedneeds design

Repository-Metriken

Stars
 (4.347 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide