Include Nikon Raw image files

This commit is contained in:
Cameron Cordes
2020-09-17 13:29:47 -04:00
parent d2f7423c6c
commit f52ad9e3b6
2 changed files with 2 additions and 1 deletions

View File

@@ -32,6 +32,7 @@ fn is_image_or_video(path: &Path) -> bool {
|| extension == "jpeg"
|| extension == "mp4"
|| extension == "mov"
|| extension == "nef"
}
pub fn is_valid_path(path: &str) -> Option<PathBuf> {