summaryrefslogtreecommitdiff
path: root/engine/Cargo.toml
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2026-06-04 19:27:34 +0200
committerHampusM <hampus@hampusmat.com>2026-06-04 19:27:34 +0200
commit370db2f2c4406f3373be9065cda8fcdb3929b693 (patch)
treed196dfd100ed22b91bcd88e2dc7720cc788de642 /engine/Cargo.toml
parentc5f04bc1ff1b96d3aa1f2e46693b0b2726167586 (diff)
refactor(engine): remove cfg aliases
Diffstat (limited to 'engine/Cargo.toml')
-rw-r--r--engine/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/Cargo.toml b/engine/Cargo.toml
index df03251..4e3968b 100644
--- a/engine/Cargo.toml
+++ b/engine/Cargo.toml
@@ -51,7 +51,6 @@ default-features = false
features = ["wayland", "gtk3"]
[build-dependencies]
-cfg_aliases = "0.2.1"
build-rs = "0.3.4"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"