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 /Cargo.lock | |
| parent | 8a41f5aeb3ac143d731928d1c343cd9338190f0a (diff) | |
fix(engine): prevent dropped cursor motion input on Windows
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -574,6 +574,7 @@ dependencies = [ "opengl-bindings", "parking_lot", "paste", + "portable-atomic", "raw-window-handle", "safer-ffi", "seq-macro", @@ -1677,6 +1678,12 @@ dependencies = [ ] [[package]] +name = "portable-atomic" +version = "1.13.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" + +[[package]] name = "ppv-lite86" version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" |
