aboutsummaryrefslogtreecommitdiff
path: root/alacritty/Cargo.toml
diff options
context:
space:
mode:
authorKirill Chibisov <contact@kchibisov.com>2024-04-18 22:58:15 +0400
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commitcea5bdb90654fda9ca881484a238ed4ac87b22e9 (patch)
treed8853eb722f347652f6b53d112aff0ee738d7fee /alacritty/Cargo.toml
parent812873d4589b34a8bf313e501663255f4b6c857b (diff)
downloadr-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.tar.gz
r-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.tar.bz2
r-alacritty-cea5bdb90654fda9ca881484a238ed4ac87b22e9.zip
Fix window being focused by default
Winit explicitly states that the window is not focused by default and the `Focused` event will deliver the state later on. Also start adding notable changes to alacritty_terminal in its own CHANGELOG. Closes #7866.
Diffstat (limited to 'alacritty/Cargo.toml')
-rw-r--r--alacritty/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/alacritty/Cargo.toml b/alacritty/Cargo.toml
index cbdd2b00..b305197e 100644
--- a/alacritty/Cargo.toml
+++ b/alacritty/Cargo.toml
@@ -12,7 +12,7 @@ rust-version = "1.70.0"
[dependencies.alacritty_terminal]
path = "../alacritty_terminal"
-version = "0.22.1-dev"
+version = "0.23.0-dev"
[dependencies.alacritty_config_derive]
path = "../alacritty_config_derive"