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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user