mirror of
https://github.com/griffi-gh/hUI.git
synced 2025-04-01 21:46:29 -05:00
remove some unused deps
This commit is contained in:
parent
72760eba54
commit
7b41ac24b6
|
@ -18,7 +18,6 @@ include = [
|
|||
[dependencies]
|
||||
hui-shared = { version = "0.1.0-alpha.7", path = "../hui-shared" }
|
||||
glam = "0.30"
|
||||
log = "0.4"
|
||||
rect_packer = "0.2" # TODO: use sth else like `crunch` instead?
|
||||
hashbrown = "0.15"
|
||||
nohash-hasher = "0.2"
|
||||
|
|
|
@ -21,14 +21,10 @@ hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter" }
|
|||
hashbrown = "0.15"
|
||||
nohash-hasher = "0.2"
|
||||
glam = "0.30"
|
||||
fontdue = "0.9"
|
||||
rect_packer = "0.2"
|
||||
log = "0.4"
|
||||
document-features = "0.2"
|
||||
derive_setters = "0.1"
|
||||
derive_more = { version = "2.0", features = [ "full" ] }
|
||||
tinyset = "0.5"
|
||||
image = { version = "0.25", default-features = false, optional = true }
|
||||
rustc-hash = "2.0"
|
||||
|
||||
[features]
|
||||
|
|
Loading…
Reference in a new issue