Skip to content

Commit

Permalink
Add bidi feature to defaults for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisduerr committed Mar 29, 2024
1 parent 1a52d59 commit 1d9dc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alacritty_terminal/Cargo.toml
Expand Up @@ -10,7 +10,7 @@ edition = "2021"
rust-version = "1.70.0"

[features]
default = ["serde"]
default = ["serde", "bidi_draft"]
serde = ["dep:serde", "bitflags/serde", "vte/serde"]
# Support Bidi/RTL draft proposal from https://terminal-wg.pages.freedesktop.org/bidi
bidi_draft = []
Expand Down

0 comments on commit 1d9dc0b

Please sign in to comment.