Extract file_finder into its own crate

This commit is contained in:
Antonio Scandurra 2021-10-05 14:30:56 +02:00
parent 1ec0afb2d1
commit cd6378e848
6 changed files with 36 additions and 2 deletions

View file

@ -1,5 +1,4 @@
pub mod assets;
pub mod file_finder;
pub mod language;
pub mod menus;
pub mod people_panel;