From d28868855afd769209a7ac81692cdbaa67be2905 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Thu, 18 Apr 2024 22:58:15 +0400 Subject: 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. --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 73a02188..89a12c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -91,7 +91,7 @@ dependencies = [ [[package]] name = "alacritty_terminal" -version = "0.22.1-dev" +version = "0.23.0-dev" dependencies = [ "base64", "bitflags 2.4.2", -- cgit v1.2.3-54-g00ecf