From 4e4a073cb144db5a25c4c1a3aa219039df5e7083 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Wed, 15 Dec 2021 19:46:53 +0900 Subject: [PATCH] Update README.md --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 79ab0af..22f832b 100644 --- a/README.md +++ b/README.md @@ -34,16 +34,13 @@ Note that presing the Escape key when the window is focused closes the program. # Issues / TODO -- [ ] UTF-8 Non-ascii font support -([macroquad](https://crates.io/crates/macroquad) is being used to display a -window, text, and album art, but doesn't seem to have support for ".ttc" fonts -that could render CJK text) +- [ ] UTF-8 Non-ascii font support - [x] Support for album art not embedded but in the same directory # Legal stuff -Uses dependency [macroquad](https://crates.io/crates/macroquad) which is -licensed under either MIT or Apache-2.0 licenses. +Uses dependency [ggez](https://github.com/ggez/ggez) which is licensed under the +MIT license. Uses dependency [image](https://crates.io/crates/image) which is licensed under MIT license.