diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ extern crate winpty; extern crate dunce; #[cfg(windows)] extern crate image; +#[cfg(windows)] +extern crate dirs; #[cfg(target_os = "macos")] #[macro_use] |