trunk-rs/trunk

Bundling assets from dependencies

开放

#710 创建于 2024年2月10日

 (8 条评论) (0 个反应) (0 位负责人)Rust (315 个派生)auto 404
enhancementhelp wantedneeds design

仓库指标

星标
 (4,347 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南