From 4621ea3742261695735d635e3b51561dc4933cff Mon Sep 17 00:00:00 2001 From: Max Bradbury Date: Wed, 8 Apr 2020 07:55:50 +0100 Subject: [PATCH] todo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0be2c27..05721f2 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,8 @@ migrate to idiomatic rust etc. for consistency, `_from_string` functions should handle their own labels e.g. "DLG SPR_1..." instead of just "SPR_1..." +replace huge inline strings with `include_str!()` + ### documentation examples of use cases (dedupe tiles, merge games, etc.)