diff options
author | Joe Wilm <joe@jwilm.com> | 2017-02-25 15:48:00 -0800 |
---|---|---|
committer | Joe Wilm <jwilm@users.noreply.github.com> | 2017-03-01 22:07:14 -0800 |
commit | 28700ed3dc35bc5d725d98a5f58fcbeb2eabedce (patch) | |
tree | ba34d1c6acef2c22a2ea39b1d7e95f6224d43f76 /font/Cargo.lock | |
parent | f10394e0034ff63f88384fc6196a5d90f093b313 (diff) | |
download | alacritty-28700ed3dc35bc5d725d98a5f58fcbeb2eabedce.tar.gz alacritty-28700ed3dc35bc5d725d98a5f58fcbeb2eabedce.zip |
PoC find font with glyph
Diffstat (limited to 'font/Cargo.lock')
-rw-r--r-- | font/Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/font/Cargo.lock b/font/Cargo.lock index 9464e209..0b271c0c 100644 --- a/font/Cargo.lock +++ b/font/Cargo.lock @@ -10,6 +10,7 @@ dependencies = [ "ffi-util 0.1.0", "freetype-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "servo-fontconfig 0.2.0 (git+https://github.com/jwilm/rust-fontconfig)", ] |