From f8b7c0cfc73eaeb7ef8dfb3151f93879c97b220a Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 25 May 2026 19:49:15 +0200 Subject: fix(engine): prevent dropped cursor motion input on Windows --- engine/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'engine/Cargo.toml') diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 6187bb4..260bb56 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -40,6 +40,12 @@ features = ["derive"] git = "https://github.com/HampusMat/slang-rs" branch = "prebuilt-and-artifacts" +[dependencies.portable-atomic] +version = "=1.13.1" +default-features = false # The "fallback" feature should not be enabled +features = ["require-cas"] + + [build-dependencies] cfg_aliases = "0.2.1" build-rs = "0.3.4" -- cgit v1.2.3-18-g5258