From 83bb20c2464ecbd7e10342b0d6dfcf7e82494d2e Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Tue, 27 Jun 2023 18:59:12 +0900 Subject: [PATCH] Remove no longer needed comment in Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) 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"