avoid duplicate crates

This commit is contained in:
Dimitris Apostolou
2025-02-24 22:06:37 +02:00
parent 32c7f83bd7
commit cc5941e919
3 changed files with 4 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ urlencoding = "2.1.3"
uuid = { version = "1.10.0", features = ["v4"] }
security-framework = "2.11.0"
sha2 = "0.10.8"
pretty_assertions = "1.4.1"
[patch.crates-io]
egui = { git = "https://github.com/damus-io/egui", branch = "update_layouter_0.29.1" }