mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -04:00
Add ability to convert from a hex string to Color32 using macros (#1596)
This commit is contained in:
7
Cargo.lock
generated
7
Cargo.lock
generated
@@ -608,6 +608,12 @@ dependencies = [
|
||||
"unicode-width",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "color-hex"
|
||||
version = "0.2.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ecdffb913a326b6c642290a0d0ec8e8d6597291acdc07cc4c9cb4b3635d44cf9"
|
||||
|
||||
[[package]]
|
||||
name = "color_quant"
|
||||
version = "1.1.0"
|
||||
@@ -1347,6 +1353,7 @@ dependencies = [
|
||||
"atomic_refcell",
|
||||
"bytemuck",
|
||||
"cint",
|
||||
"color-hex",
|
||||
"criterion",
|
||||
"emath",
|
||||
"nohash-hasher",
|
||||
|
||||
Reference in New Issue
Block a user