diff options
author | Pavel Roskin <1317472+proski@users.noreply.github.com> | 2023-06-19 11:29:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 18:29:17 +0000 |
commit | b9c886872d1202fc9302f68a0bedbb17daa35335 (patch) | |
tree | f1d3840f21f506dc19718272dfd3d06952d94abd /alacritty_terminal/Cargo.toml | |
parent | ee938243586ae5482cf26ff238ddc99e66e1d1c4 (diff) | |
download | alacritty-b9c886872d1202fc9302f68a0bedbb17daa35335.tar.gz alacritty-b9c886872d1202fc9302f68a0bedbb17daa35335.zip |
Add support for loading conpty.dll
Co-Authored-By: @fredizzimo
Co-Authored-By: @grueslayer
Diffstat (limited to 'alacritty_terminal/Cargo.toml')
-rw-r--r-- | alacritty_terminal/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/Cargo.toml b/alacritty_terminal/Cargo.toml index 9844939f..4ad17f45 100644 --- a/alacritty_terminal/Cargo.toml +++ b/alacritty_terminal/Cargo.toml @@ -45,6 +45,7 @@ windows-sys = { version = "0.48", features = [ "Win32_System_Console", "Win32_Foundation", "Win32_Security", + "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_WindowsProgramming", ]} |