1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-28 07:23:13 -04:00

Update ron 0.6 -> 0.7

This commit is contained in:
Emil Ernerfeldt
2021-10-23 05:53:58 +02:00
parent 5301043a77
commit 4194a83a5e
4 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ all-features = true
egui = { version = "0.14.0", path = "../egui", default-features = false, features = ["single_threaded"] }
directories-next = { version = "2", optional = true }
ron = { version = "0.6", optional = true }
ron = { version = "0.7", optional = true }
serde = { version = "1", optional = true }
[features]