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:
parent
c7c66d5e39
commit
25f5abf5fd
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue