summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2025-08-09 12:37:46 +0200
committerHampusM <hampus@hampusmat.com>2025-08-09 13:50:46 +0200
commitbb7c7d2f7d9bd9ad074c0186f5d503ee96b2f106 (patch)
treed58ed365764f320e3403c9ebd00f1b9d687217d5 /Cargo.lock
parent2d1cf05abb72699d38a7c7db7e131922252e1fc1 (diff)
fix(ecs): remove use of linkme to make pc-windows-gnu builds work
Linkme is broken on the x86_64-pc-windows-gnu target (see https://github.com/dtolnay/linkme/issues/25) so static entities are now called entity declarations and must be created manually.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock21
1 files changed, 0 insertions, 21 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 625d625..4f48d3d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -257,7 +257,6 @@ dependencies = [
"criterion",
"ecs-macros",
"hashbrown",
- "linkme",
"parking_lot",
"paste",
"seq-macro",
@@ -503,26 +502,6 @@ dependencies = [
]
[[package]]
-name = "linkme"
-version = "0.3.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22d227772b5999ddc0690e733f734f95ca05387e329c4084fe65678c51198ffe"
-dependencies = [
- "linkme-impl",
-]
-
-[[package]]
-name = "linkme-impl"
-version = "0.3.32"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71a98813fa0073a317ed6a8055dcd4722a49d9b862af828ee68449adb799b6be"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"