diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-23 20:08:52 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-23 18:08:52 +0100 |
commit | 474032742b3bf325e655eb6cddb19632cb989c1a (patch) | |
tree | 9ae4ed52a0fe756474329c5c57076690525d511a /Cargo.lock | |
parent | 624b3e2189df93145559ebba96e0a7754845c033 (diff) | |
download | alacritty-474032742b3bf325e655eb6cddb19632cb989c1a.tar.gz alacritty-474032742b3bf325e655eb6cddb19632cb989c1a.zip |
Move renderer from alacritty_terminal to alacritty
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,9 @@ dependencies = [ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "font 0.1.0", + "gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "glutin 0.22.0-alpha5 (git+https://github.com/chrisduerr/glutin)", "image 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", @@ -56,9 +58,7 @@ dependencies = [ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "copypasta 0.6.0", "dunce 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "font 0.1.0", - "gl_generator 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)", |