mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
Make color-hex optional (#1632)
This commit is contained in:
@@ -53,9 +53,8 @@ emath = { version = "0.18.0", path = "../emath" }
|
||||
ab_glyph = "0.2.11"
|
||||
nohash-hasher = "0.2"
|
||||
|
||||
color-hex = "0.2.0"
|
||||
|
||||
# Optional:
|
||||
color-hex = { version = "0.2.0", optional = true }
|
||||
ahash = { version = "0.7", default-features = false, features = ["std"] }
|
||||
bytemuck = { version = "1.7.2", optional = true, features = ["derive"] }
|
||||
cint = { version = "0.3.1", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user