iced-rs/iced

Offload SIL licensed font from iced_wgpu to a dedicated crate

Ouverte

#524 ouverte le 14 sept. 2020

 (5 commentaires) (0 réaction) (0 personne assignée)Rust (1 572 forks)batch import
help wantedimprovement

Métriques du dépôt

Stars
 (30 491 étoiles)
Métriques de merge PR
 (Merge moyen 24j 11h) (11 PRs mergées en 30 j)

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.

Guide contributeur