emilk/egui

Remove implicit dependency on `time 0.1`

开放

#2,932 创建于 2023年4月19日

 (3 条评论) (0 个反应) (0 位负责人)Rust (2,093 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (29,972 个星标)
PR 合并指标
 (平均合并 17天 17小时) (30 天内合并 41 个 PR)

描述

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

贡献者指南