emilk/egui

Remove implicit dependency on `time 0.1`

オープン

#2,932 opened on 2023/04/19

 (3 件のコメント) (0 件のリアクション) (0 人の担当者)Rust (2,093 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (29,972 個のスター)
PR merge metrics
 (平均マージ 17d 17h) (30d で 41 merged PRs)

説明

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

コントリビューターガイド