alacritty/Cargo.toml
Christian Duerr 637c775a99
Update Linux/BSD font dependencies
This updates font dependencies to make use of the newly unified
freetype-sys crate, allowing us to get rid of Alacritty's patch section
in the Cargo.toml.
2020-03-25 16:52:03 +03:00

12 lines
141 B
TOML

[workspace]
members = [
"alacritty",
"alacritty_terminal",
"font",
]
[profile.release]
lto = true
debug = 1
incremental = false