summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: bb50a3d64eef2030b484fc7262aff2e59e650cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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" }
winit = { git = "https://github.com/rust-windowing/winit", rev = "d1c6506865c7bddbb5fb4d80a613e43ddc1370b5" }