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

Remove version field for path-dependencies

This commit is contained in:
Emil Ernerfeldt
2024-02-01 20:11:40 +01:00
parent 520b28ce22
commit dda9f79838
10 changed files with 25 additions and 43 deletions

View File

@@ -81,7 +81,7 @@ unity = ["epaint/unity"]
[dependencies]
epaint = { version = "0.25.0", path = "../epaint", default-features = false }
epaint = { path = "../epaint", default-features = false }
ahash = { version = "0.8.6", default-features = false, features = [
"no-rng", # we don't need DOS-protection, so we let users opt-in to it instead