Update README.md

This commit is contained in:
Stephen Seo 2021-12-15 19:46:53 +09:00
parent c64a15251a
commit 4e4a073cb1

View file

@ -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.