trunk-rs/trunk

Bundling assets from dependencies

オープン

#710 opened on 2024/02/10

 (8 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (315 件のフォーク)auto 404
enhancementhelp wantedneeds design

Repository metrics

Stars
 (4,347 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド