iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

Open

#524 建立於 2020年9月14日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Rust (30,491 star) (1,572 fork)batch import
help wantedimprovement

描述

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.

貢獻者指南

Offload SIL licensed font from iced_wgpu to a dedicated crate · iced-rs/iced#524 | Good First Issue