1
1
Fork 0
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:
griffi-gh 2025-03-11 14:50:11 +01:00
parent 72760eba54
commit 7b41ac24b6
2 changed files with 0 additions and 5 deletions
hui-painter
hui

View file

@ -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"

View file

@ -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]