diff options
author | Max Brunsfeld <maxbrunsfeld@gmail.com> | 2023-08-17 10:33:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-17 17:33:29 +0000 |
commit | 33306142195b354ef3485ca2b1d8a85dfc6605ca (patch) | |
tree | fb64a15200b7f5e002eeaed6199f33441fdabc1b /Cargo.lock | |
parent | 6143b3f4eb352ff4ab36149ce5ba8c6ab04e415a (diff) | |
download | alacritty-33306142195b354ef3485ca2b1d8a85dfc6605ca.tar.gz alacritty-33306142195b354ef3485ca2b1d8a85dfc6605ca.zip |
Remove winit dependency from alacritty_config
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -66,7 +66,6 @@ dependencies = [ "log", "serde", "toml 0.7.4", - "winit", ] [[package]] |