diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -582,8 +582,8 @@ dependencies = [ "glutin", "image", "opengl-bindings", + "parking_lot", "paste", - "portable-atomic", "raw-window-handle", "safer-ffi", "seq-macro", @@ -1672,12 +1672,6 @@ 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" |
