From: Stephen Seo Date: Tue, 27 Jun 2023 09:59:12 +0000 (+0900) Subject: Remove no longer needed comment in Cargo.toml X-Git-Tag: 0.4.7~2 X-Git-Url: https://git.seodisparate.com/stephenseo/LD55?a=commitdiff_plain;h=83bb20c2464ecbd7e10342b0d6dfcf7e82494d2e;p=mpd_info_screen Remove no longer needed comment in Cargo.toml --- diff --git a/Cargo.toml b/Cargo.toml index 651e28b..f50cc06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,8 +12,6 @@ resolver = "2" [dependencies] structopt = "0.3" image = "0.24" -#ggez = "0.8.1" -# Workaround for album art not drawing bug in ggez, use commit from "devel" branch: ggez = "0.9.0" freetype = { version = "0.7", optional = true } wgpu = "0.16.1"