1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/Cargo.toml
Theodore Dubois dbd8538762 Split alacritty into a separate crates
The crate containing the entry point is called alacritty, and the crate
containing everything else is called alacritty_terminal.
2019-04-28 13:24:58 +00:00

16 lines
245 B
TOML

[workspace]
members = [
"alacritty",
"alacritty_terminal",
"font",
"copypasta",
"winpty"
]
[profile.release]
lto = true
debug = 1
incremental = false
[patch.crates-io]
servo-freetype-sys = { path = "servo-freetype-proxy" }