aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
-rw-r--r--readme10
2 files changed, 10 insertions, 1 deletions
diff --git a/main.c b/main.c
index db2ebf7..35508de 100644
--- a/main.c
+++ b/main.c
@@ -2,7 +2,6 @@
#include <libc.h>
#include <thread.h>
#include <draw.h>
-#include <memdraw.h>
#include <mouse.h>
#include <keyboard.h>
#include <geometry.h>
diff --git a/readme b/readme
new file mode 100644
index 0000000..f6f51b3
--- /dev/null
+++ b/readme
@@ -0,0 +1,10 @@
+3D Environments in Plan 9
+
+You will need:
+
+• libgeometry
+• libgraphics
+and
+• libobj
+
+Place/bind(1) them to the proper directory slot and mk it.