diff options
author | Joe Wilm <joe@jwilm.com> | 2017-06-27 09:29:09 -0700 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2017-06-27 09:29:09 -0700 |
commit | 63787d0bf0bcf18422b97aa7f8dea2024948c176 (patch) | |
tree | 2923904db81f6d90637120f9a3853daf701de344 /Cargo.lock | |
parent | e675044cfc7e7348afe103ea44329b22a9a4427d (diff) | |
download | alacritty-63787d0bf0bcf18422b97aa7f8dea2024948c176.tar.gz alacritty-63787d0bf0bcf18422b97aa7f8dea2024948c176.zip |
Use foreign-types from crates.io
We had previously vendored a very early version of this package before
it was ever published.
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -305,10 +305,6 @@ dependencies = [ ] [[package]] -name = "ffi-util" -version = "0.1.0" - -[[package]] name = "filetime" version = "0.1.10" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -330,7 +326,7 @@ dependencies = [ "core-graphics 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", "core-text 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ffi-util 0.1.0", + "foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "freetype-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.23 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -338,6 +334,11 @@ dependencies = [ ] [[package]] +name = "foreign-types" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" + +[[package]] name = "freetype-rs" version = "0.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1279,6 +1280,7 @@ dependencies = [ "checksum expat-sys 2.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cef36cd1a8a02d28b91d97347c63247b9e4cb8a8e36df36f8201dc87a1c0859c" "checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922" "checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344" +"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d" "checksum freetype-rs 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a1418e2a055fec8efe18c1a90a54b2cf5e649e583830dd4c71226c4e3bc920c6" "checksum freetype-sys 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccfb6d96cac99921f0c2142a91765f6c219868a2c45bdfe7d65a08775f18127" "checksum fs2 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bcd414e5a1a979b931bb92f41b7a54106d3f6d2e6c253e9ce943b7cd468251ef" |