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 --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.cargo/config.toml') diff --git a/.cargo/config.toml b/.cargo/config.toml index c82825c..af130b7 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -7,3 +7,5 @@ SLANG_USE_PREBUILT = "1" [target.'cfg(unix)'] rustflags = ["-Clink-arg=-Wl,-rpath,$ORIGIN"] +[target.'cfg(target_arch = "x86_64")'] +rustflags = ["-C", "target-cpu=x86-64-v2"] -- cgit v1.2.3-18-g5258