From 3280a03a1b1f05a1ab3e47d548c9a1e8ee00147b Mon Sep 17 00:00:00 2001 From: Pcornat Date: Wed, 9 Feb 2022 22:47:28 +0100 Subject: [PATCH] Adding json lib. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 2f0c88c..bd9d2f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,3 +7,4 @@ edition = "2021" [dependencies] egui = "0.16.1" +json = "0.12.4"