mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
637c775a99
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.
11 lines
141 B
TOML
11 lines
141 B
TOML
[workspace]
|
|
members = [
|
|
"alacritty",
|
|
"alacritty_terminal",
|
|
"font",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug = 1
|
|
incremental = false
|