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.lock | |
| parent | 2740ffa2c0ea486eef6f0a0dcbf52b61d696a7a1 (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" |
