aboutsummaryrefslogtreecommitdiff
path: root/core/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'core/Cargo.lock')
-rw-r--r--core/Cargo.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/core/Cargo.lock b/core/Cargo.lock
index 3fff94f..2c4ada7 100644
--- a/core/Cargo.lock
+++ b/core/Cargo.lock
@@ -63,13 +63,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
[[package]]
-name = "phantomlink-gamepad-core"
-version = "0.1.0"
-dependencies = [
- "sha1",
-]
-
-[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -81,6 +74,13 @@ dependencies = [
]
[[package]]
+name = "there-is-nopads-core"
+version = "0.1.0"
+dependencies = [
+ "sha1",
+]
+
+[[package]]
name = "typenum"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"