iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

Open

#524 opened on Sep 14, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)Rust (1,572 forks)batch import
help wantedimprovement

Repository metrics

Stars
 (30,491 stars)
PR merge metrics
 (Avg merge 24d 11h) (11 merged PRs in 30d)

Description

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.

Contributor guide