From 195004e8b2af121e5450e6715bbafe1372db79a3 Mon Sep 17 00:00:00 2001 From: Corwin Kuiper Date: Mon, 8 Mar 2021 00:00:43 +0000 Subject: [PATCH] add more details to the readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3931fc99..e6fd69de 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,17 @@ examples as documentation. * Nightly rust, probably quite a recent version. * Devkitarm. +* Cargo-xbuild is used too. -This is probably easiest to do in a container. +This is probably easiest to do in a container, the `start-dev.sh` script creates +and runs a development environment in a docker container. ## Makefile The Makefile is written such that `make d-{example name}` runs the debug build -of the example, and `make r-{example name}` runs the release build. \ No newline at end of file +of the example, and `make r-{example name}` runs the release build. + +## Stability + +0% stable, I have no problems making drastic changes in the API in order to make +something nice to work with. \ No newline at end of file