1
1
Fork 0
mirror of https://github.com/griffi-gh/hUI.git synced 2025-03-31 21:16:28 -05:00

disable hui-painter default feature

This commit is contained in:
griffi-gh 2025-03-11 16:25:07 +01:00
parent c7c66d5e39
commit 25f5abf5fd

View file

@ -19,7 +19,7 @@ include = [
[dependencies]
hui-derive = { version = "0.1.0-alpha.7", path = "../hui-derive", optional = true }
hui-shared = { version = "0.1.0-alpha.7", path = "../hui-shared" }
hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter" }
hui-painter = { version = "0.1.0-alpha.7", path = "../hui-painter", default-features = false }
hashbrown = "0.15"
nohash-hasher = "0.2"
glam = "0.30"