alacritty/Cargo.toml

25 lines
553 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
build = "build.rs"
2016-02-21 16:15:41 +00:00
[dependencies]
servo-fontconfig = { git = "https://github.com/jwilm/rust-fontconfig" }
freetype-rs = "0.9.0"
libc = "*"
cgmath = "0.7"
2016-02-25 03:08:57 +00:00
euclid = "0.6"
notify = { git = "https://github.com/jwilm/rsnotify", branch = "add-ignore-op" }
2016-02-28 04:26:31 +00:00
[build-dependencies]
gl_generator = "0.5"
2016-02-28 04:26:31 +00:00
[dependencies.glutin]
git = "https://github.com/jwilm/glutin"
rev = "c95e6973ace3cbf321123a64588b27f032675be9"
# version = "*"
# path = "../glutin"