diff options
author | Kirill Chibisov <contact@kchibisov.com> | 2020-03-13 03:33:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-13 03:33:12 +0300 |
commit | 4000ec04d89b9bd77995960d2a9da8fcad55e003 (patch) | |
tree | 0e38be94eb1d75d70d5dcec7e676c699f3de29a2 /CHANGELOG.md | |
parent | 6d60a49956facc63ab5e0ebac8eb15ab7347ea9a (diff) | |
download | alacritty-4000ec04d89b9bd77995960d2a9da8fcad55e003.tar.gz alacritty-4000ec04d89b9bd77995960d2a9da8fcad55e003.zip |
Add option to pick Linux/BSD backends
This commit adds two cargo features `x11` and `wayland` to pick
Linux/BSD backends, with both enabled by default.
Fixes #3340.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a21b5803..9e241586 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Packaging - Minimum Rust version has been bumped to 1.37.0 +- Added Rust features `x11` and `wayland` to pick backends, with both enabled by default ### Changed |