mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
16 lines
245 B
TOML
16 lines
245 B
TOML
[workspace]
|
|
members = [
|
|
"alacritty",
|
|
"alacritty_terminal",
|
|
"copypasta",
|
|
"font",
|
|
"winpty"
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = 1
|
|
incremental = false
|
|
|
|
[patch.crates-io]
|
|
servo-freetype-sys = { path = "servo-freetype-proxy" }
|