iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

开放

#524 创建于 2020年9月14日

 (5 条评论) (0 个反应) (0 位负责人)Rust (1,572 个派生)batch import
help wantedimprovement

仓库指标

星标
 (30,491 个星标)
PR 合并指标
 (平均合并 24天 11小时) (30 天内合并 11 个 PR)

描述

SIL licensed Lato font is embedded in iced_wgpu, so the crate is licensed under MIT AND OFL. It prevents GPL licensed applications from using iced, since GPL and SIL are incompatible when the font is embedded in the application binary. If the font was offloaded to a dedicated crate and the font embedding was optional feature in iced_wgpu, the problem would be resolved.

贡献者指南