summaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-05-25 19:49:15 +0200
committerHampusM <hampus@hampusmat.com>2026-05-25 19:49:15 +0200
commitf8b7c0cfc73eaeb7ef8dfb3151f93879c97b220a (patch)
tree5ff078443f5d64e4f99fd0487b3a2e72ef961540 /.cargo
parent8a41f5aeb3ac143d731928d1c343cd9338190f0a (diff)
fix(engine): prevent dropped cursor motion input on Windows
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config.toml2
1 files changed, 2 insertions, 0 deletions
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"]