iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

Aperta

#524 aperta il 14 set 2020

 (5 commenti) (0 reazioni) (0 assegnatari)Rust (1572 fork)batch import
help wantedimprovement

Metriche repository

Star
 (30.491 stelle)
Metriche merge PR
 (Merge medio 24g 11h) (11 PR mergiate in 30 g)

Descrizione

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.

Guida contributor