diff options
author | killian <killiancharrier8@gmail.com> | 2022-09-30 13:49:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 11:49:02 +0000 |
commit | e9ee8dcd9f53096a0096c01b5027d7584376cbd2 (patch) | |
tree | 4163304f1e99f878bef7ff5a451f88c8c9571548 /Cargo.lock | |
parent | c5ae05e810a5866a9133b2e88edba3a42706319f (diff) | |
download | alacritty-e9ee8dcd9f53096a0096c01b5027d7584376cbd2.tar.gz alacritty-e9ee8dcd9f53096a0096c01b5027d7584376cbd2.zip |
Migrate from winapi to windows-sys
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,7 +39,7 @@ dependencies = [ "serde_yaml", "unicode-width", "wayland-client", - "winapi 0.3.9", + "windows-sys", "x11-dl", "xdg", ] @@ -91,7 +91,7 @@ dependencies = [ "signal-hook-mio", "unicode-width", "vte", - "winapi 0.3.9", + "windows-sys", ] [[package]] |