1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/Cargo.toml

24 lines
472 B
TOML
Raw Normal View History

2016-02-21 11:15:41 -05:00
[package]
name = "alacritty"
version = "0.1.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
2016-02-23 23:59:31 -05:00
license = "Apache-2.0"
2016-02-21 11:15:41 -05:00
build = "build.rs"
2016-02-21 11:15:41 -05:00
[dependencies]
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
freetype-rs = "0.9.0"
libc = "*"
cgmath = "0.7"
2016-02-24 22:08:57 -05:00
euclid = "0.6"
2016-02-27 23:26:31 -05:00
[build-dependencies]
gl_generator = "0.5"
2016-02-27 23:26:31 -05:00
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
rev = "c95e6973ace3cbf321123a64588b27f032675be9"
# version = "*"
# path = "../glutin"