diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,6 +49,7 @@ image = "0.20.1" static_assertions = "0.2.5" terminfo = "0.6.1" url = "1.7.1" +tempfile = "3.0.4" [target.'cfg(any(target_os = "linux", target_os = "freebsd", target_os="dragonfly", target_os="openbsd"))'.dependencies] x11-dl = "2" @@ -76,7 +77,6 @@ gl_generator = "0.9" [target.'cfg(windows)'.build-dependencies] embed-resource = "1.1.4" reqwest = "0.8" -tempdir = "0.3" zip = "0.4" [profile.release] |