mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
12 lines
193 B
TOML
12 lines
193 B
TOML
|
[package]
|
||
|
name = "servo-freetype-sys"
|
||
|
version = "4.0.3"
|
||
|
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
|
||
|
|
||
|
[lib]
|
||
|
name = "freetype_sys"
|
||
|
path = "src/lib.rs"
|
||
|
|
||
|
[dependencies]
|
||
|
freetype-sys = "*"
|