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

Try the new cargo dependency resolver added in rust 1.51

This commit is contained in:
Emil Ernerfeldt
2021-03-31 22:54:21 +02:00
parent f79f24c83e
commit 1f965d16a2
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
[workspace]
resolver = "2"
members = [
"egui_demo_app",
"egui_demo_lib",