iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

Offen

#524 geöffnet am 14.09.2020

 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.572 Forks)batch import
help wantedimprovement

Repository-Metriken

Stars
 (30.491 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 24T 11h) (11 gemergte PRs in 30 T)

Beschreibung

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