summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 1 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ce44b02..b7b1c4b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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"