diff options
| author | HampusM <hampus@hampusmat.com> | 2026-05-25 19:49:15 +0200 |
|---|---|---|
| committer | HampusM <hampus@hampusmat.com> | 2026-05-25 19:49:15 +0200 |
| commit | f8b7c0cfc73eaeb7ef8dfb3151f93879c97b220a (patch) | |
| tree | 5ff078443f5d64e4f99fd0487b3a2e72ef961540 /engine/Cargo.toml | |
| parent | 8a41f5aeb3ac143d731928d1c343cd9338190f0a (diff) | |
fix(engine): prevent dropped cursor motion input on Windows
Diffstat (limited to 'engine/Cargo.toml')
| -rw-r--r-- | engine/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
