diff options
author | Joe Wilm <joe@jwilm.com> | 2016-02-23 20:42:58 -0800 |
---|---|---|
committer | Joe Wilm <joe@jwilm.com> | 2016-02-23 20:42:58 -0800 |
commit | 2b7caf95fd6a28d621a348e95f66dd2aee988567 (patch) | |
tree | ccfd1e7c0c4c86ecdd36c7e98d164f58b34132d0 /Cargo.toml | |
parent | e301843686c3f7ce04b7e44e82f20e8f6e3613a7 (diff) | |
download | alacritty-2b7caf95fd6a28d621a348e95f66dd2aee988567.tar.gz alacritty-2b7caf95fd6a28d621a348e95f66dd2aee988567.zip |
Render the letter J
This letter brought to you by OpenGL and freetype.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,3 +7,6 @@ authors = ["Joe Wilm <joe@jwilm.com>"] servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" } freetype-rs = "0.5.0" libc = "*" +glutin = "*" +gl = "*" +cgmath = "0.7" |