alacritty/Cargo.toml

14 lines
267 B
TOML
Raw Normal View History

2016-02-21 16:15:41 +00:00
[package]
name = "alacritty"
version = "0.1.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
2016-02-24 04:59:31 +00:00
license = "Apache-2.0"
2016-02-21 16:15:41 +00:00
[dependencies]
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
freetype-rs = "0.5.0"
libc = "*"
glutin = "*"
gl = "*"
cgmath = "0.7"