1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Put all egui crates as workspace crates (#3976)

Second attempty
This commit is contained in:
Emil Ernerfeldt
2024-02-05 12:59:49 +01:00
committed by GitHub
parent bcebfecb84
commit d02491425c
31 changed files with 82 additions and 59 deletions

View File

@@ -80,8 +80,8 @@ serde = ["dep:serde", "ahash/serde", "emath/serde", "ecolor/serde"]
unity = []
[dependencies]
emath = { version = "0.25.0", path = "../emath" }
ecolor = { version = "0.25.0", path = "../ecolor" }
emath.workspace = true
ecolor.workspace = true
ab_glyph = "0.2.11"
ahash.workspace = true