emilk/egui

Remove implicit dependency on `time 0.1`

Ouverte

#2 932 ouverte le 19 avr. 2023

 (3 commentaires) (0 réaction) (0 personne assignée)Rust (2 093 forks)batch import
good first issuehelp wanted

Métriques du dépôt

Stars
 (29 972 étoiles)
Métriques de merge PR
 (Merge moyen 17j 17h) (41 PRs mergées en 30 j)

Description

chrono, by default, depends on an old version of time, which has a RUSTSEC: https://github.com/emilk/egui/security/dependabot/7

egui doesn't use chrono, but egui_extras does as does egui_demo_lib. It would be nice to replace it with pure time 0.3 use, or use achrono without the oldtime feature it has.

It's worth noting that next release of chrono seem to have removed the dependency on time completely, so maybe this will sort itself out in time

Guide contributeur