Skip to content

Commit

Permalink
cleanup deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Aug 19, 2023
1 parent 1ed785b commit f104c58
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets_gui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ common = { path = "../common" }
geom = { path = "../geom" }
engine = { path = "../engine" }
log = { version = "0.4.11", features=["max_level_info", "release_max_level_info"] }
beul = "1.0"
inline_tweak = "1.0.8"
1 change: 0 additions & 1 deletion egregoria/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ geom = { path = "../geom" }
common = { path = "../common" }
slotmapd = { version = "1.0", default-features = false, features = ["serde", "unstable"] }
rayon = "1.6"
atomic_refcell = "0.1.6"
profiling = { version = "1.0.5", default-features = false }
inline_tweak = { version = "1.0.9", features = ["release_tweak"] }
pathfinding = "4.2.1"
Expand Down
1 change: 0 additions & 1 deletion native_app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ log = { version = "0.4.11", features=["max_level_info", "release_max_l
inline_tweak = "1.0.6"
serde = "1.0"
slotmapd = { version = "1.0", default-features = false }
atomic_refcell = "0.1.6"
rayon = "1.6"
profiling = { version = "1.0.8", default-features = false }
include_dir = "0.7.2"
Expand Down

0 comments on commit f104c58

Please sign in to comment.