From 7012af32930fc57bdfe7f2486cd2700a945fce78 Mon Sep 17 00:00:00 2001 From: e-dt Date: Wed, 29 Dec 2021 20:42:05 +1100 Subject: [PATCH] Added GGEZ library as dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index ba6b8d9..0d0c995 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,3 +6,4 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +ggez = "0.7" \ No newline at end of file