alacritty/Cargo.toml

13 lines
244 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>"]
[dependencies]
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
freetype-rs = "0.5.0"
libc = "*"
glutin = "*"
gl = "*"
cgmath = "0.7"