From e889774c7f2fefad60f8e6638d324223b07d2624 Mon Sep 17 00:00:00 2001 From: Zeioth Date: Wed, 14 Aug 2024 17:31:09 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aeb04d99..03f24581 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ If you want to help me, please star this repository to increase the visibility o ## Roadmap +* Study adding support for justfiles/taskfiles. * Better Windows compatibility when not using WSL: The commands `rm -rf` and `mkdir -p` only exist on unix. To support Windows without WSL we should run the equivalent powershell command when Windows is detected. * Aditionally, we will also have to compile for `asm` win64 architecture, if the detected OS is windows. * Aditionally, we will also have to add an option to compile for `Build for windows (flutter)`.