1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Use more workspace dependencies (#7596)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 15:07:16 +02:00
committed by GitHub
parent 7fc80d8623
commit 843ceea90c
36 changed files with 92 additions and 154 deletions

View File

@@ -39,10 +39,10 @@ emath.workspace = true
bytemuck = { workspace = true, optional = true, features = ["derive"] }
## [`cint`](https://docs.rs/cint) enables interoperability with other color libraries.
cint = { version = "0.3.1", optional = true }
cint = { workspace = true, optional = true }
## Enable the [`hex_color`] macro.
color-hex = { version = "0.2.0", optional = true }
color-hex = { workspace = true, optional = true }
## Enable this when generating docs.
document-features = { workspace = true, optional = true }