emilk / egui

egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native
https://www.egui.rs/
Apache License 2.0
20.61k stars 1.49k forks source link

Replace `directories-next` dependency with `directories` #4661

Closed crumblingstatue closed 1 week ago

crumblingstatue commented 2 weeks ago

directories-next was created because directories was not maintained at the time. However, directories has gotten active maintainership since, and it has received more updates than directories-next.

directories also has more recent downloads than its next counterpart, so it might make sense to switch to it, to avoid unnecessary duplicate dependencies, where a project depends transitively on both directories and directories-next.

The main question is whether we depend on any specific behavior from directories-next.