diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-25 19:49:15 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-26 16:28:59 +0200 |
| commit | 559c4760ca348092d9d697784fecab1747edbdca (patch) | |
| tree | 5ff078443f5d64e4f99fd0487b3a2e72ef961540 /.cargo | |
| parent | 2740ffa2c0ea486eef6f0a0dcbf52b61d696a7a1 (diff) | |
fix(engine): prevent dropped cursor motion input on Windows
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 2 |
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"] |
