diff options
author | Zac Pullar-Strecker <zacps@users.noreply.github.com> | 2018-12-28 03:16:31 +1300 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-27 14:16:31 +0000 |
commit | 6d7647c8907978892d635bb79d8ba39629f8e194 (patch) | |
tree | 68bbc44615f371ce89b512e97b749c9b819a498b /Cargo.toml | |
parent | f0180430dfea33d806ab530e789d2edb1488af6b (diff) | |
download | alacritty-6d7647c8907978892d635bb79d8ba39629f8e194.tar.gz alacritty-6d7647c8907978892d635bb79d8ba39629f8e194.zip |
Make windows config location more sensible
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ winpty = { path = "./winpty" } mio-named-pipes = "0.1" winapi = { version = "0.3.5", features = ["winuser", "synchapi", "roerrorapi", "winerror"]} dunce = "0.1" +dirs = "1.0" [target.'cfg(target_os = "macos")'.dependencies] objc = "0.2.2" |