Add TODOs for planning

This commit is contained in:
2024-12-23 14:12:48 -06:00
parent b7b010ba3e
commit 9a54104bdd
4 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ RUN apt update && apt install -y g++-mingw-w64-x86-64
RUN rustup target add x86_64-pc-windows-gnu
RUN rustup target add x86_64-unknown-linux-gnu
# TODO: Add support for macOS
# RUN rustup target add x86_64-apple-darwin
COPY ./demo ./