From 742941ebdbd55904be32c123604da328c0942822 Mon Sep 17 00:00:00 2001 From: my Date: Tue, 29 Oct 2019 13:27:36 +0100 Subject: [PATCH] readme update 0.3 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index caf3939..8463eb5 100644 --- a/README.md +++ b/README.md @@ -34,4 +34,8 @@ res/font.toml (configuration file, it configure how to read the font.bmp) src/Bitmap class, it used to load the font.bmp file. src/Font class, it read the font.bmp data by Bitmap class, -translate a string to a bitmap \ No newline at end of file +translate a string to a bitmap + +test folder used to test. + +main folder is only used to test now. \ No newline at end of file