mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-10 15:46:10 -05:00
![Christian Duerr](/assets/img/avatar_default.png)
The winpty crate and its winpty-sys depedency have been moved to https://github.com/alacritty/winpty.
14 lines
215 B
TOML
14 lines
215 B
TOML
[workspace]
|
|
members = [
|
|
"alacritty",
|
|
"alacritty_terminal",
|
|
"font",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = 1
|
|
incremental = false
|
|
|
|
[patch.crates-io]
|
|
servo-freetype-sys = { path = "servo-freetype-proxy" }
|