Skip to content

Commit 677ef46

Browse files
committed
fix: remove unused crates
1 parent b4d9698 commit 677ef46

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

crates/mun_compiler/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ mun_target = { version = "=0.3.0", path="../mun_target" }
2222
mun_project = { version = "=0.1.0", path = "../mun_project" }
2323
mun_diagnostics = { version = "=0.1.0", path = "../mun_diagnostics" }
2424
annotate-snippets = { version = "0.9.0", features = ["color"] }
25-
unicode-segmentation = "1.6.0"
2625
yansi-term = "0.1.2"
2726
walkdir = "2.3"
2827
log = "0.4"

crates/mun_hir/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ categories = ["game-development", "mun"]
1414

1515
[dependencies]
1616
salsa = "0.16.1"
17-
superslice = "1.0"
1817
mun_syntax = { version = "=0.3.0", path = "../mun_syntax" }
1918
mun_target = { version = "=0.3.0", path = "../mun_target" }
2019
paths = { version="=0.1.0", path="../mun_paths", package="mun_paths"}

crates/mun_libloader/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
1313
categories = ["game-development", "mun"]
1414

1515
[dependencies]
16-
log = "0.4.13"
1716
abi = { version = "=0.3.0", path = "../mun_abi", package = "mun_abi" }
1817
anyhow = "1.0"
1918
libloading = "0.6"

0 commit comments

Comments
 (0)