blob: d2aa21e5e761618f8be33905696e97b6c13cbeec (
plain)
1
2
3
4
5
6
7
8
9
|
[package]
name = "alacritty"
version = "0.1.0"
authors = ["Joe Wilm <joe@jwilm.com>"]
[dependencies]
servo-fontconfig = "0.2"
freetype = { git = "https://github.com/servo/rust-freetype.git" }
libc = "*"
|