1
0
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:
Erlend Walstad
2022-05-16 16:38:14 +02:00
committed by GitHub
parent b8a5924295
commit f27f67b76b
6 changed files with 11 additions and 4 deletions

View File

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