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

Remove serde_json from egui dev-dependencies

This commit is contained in:
Emil Ernerfeldt
2021-10-23 04:47:17 +02:00
parent 79d1ede496
commit 5d463b2af7
4 changed files with 8 additions and 12 deletions

1
Cargo.lock generated
View File

@@ -855,7 +855,6 @@ dependencies = [
"nohash-hasher",
"ron",
"serde",
"serde_json",
]
[[package]]