/
githubmirror
/
alacritty
Обзор
Документация
Войти
/
githubmirror
/
alacritty
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Cargo.toml
25 строк
567 B
Daniel Müller
Fix X11 clipboard warnings
14 апр 2026, 23:02
Не верифицирован
14 апр 2026, 23:02
2f03c30
Код
Авторство
О чём код?
[workspace] members = [ "alacritty", "alacritty_terminal", "alacritty_config", "alacritty_config_derive", ] resolver = "2" [workspace.package] edition = "2024" rust-version = "1.85.0" [profile.release] lto = "thin" debug = 1 incremental = false [workspace.dependencies] toml = "0.9.11" toml_edit = "0.24.0" # TODO: Validation of fix for #6978. Remove before next release and use released `x11-clipboard`. [patch.crates-io] x11-clipboard = { git = "https://github.com/quininer/x11-clipboard.git", rev = "19ab2163cf0bd0db607e827a5214571990307866" }