aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Guillermo Albers Raviola <thomas@thomaslabs.org>2026-01-16 23:20:07 +0100
committerThomas Guillermo Albers Raviola <thomas@thomaslabs.org>2026-01-16 23:20:07 +0100
commit66c88db5f841dc4e324b26681baf58b524293305 (patch)
tree097e62cd98f4ecbf6bd3b4140d1326f88cc86938
parenta90db3b7b6e87e24c789b5db222f1cef92809bde (diff)
Add README.md and manifest.scm
-rw-r--r--README.md8
-rw-r--r--manifest.scm6
2 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..d4fe55a 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,8 @@
+# Highnoon Archive
+Code of my first software project at two different points in time
+
+## Dependencies
+- SDL2
+- SDL2 image
+- SDL2 mixer
+- SDL2 ttf
diff --git a/manifest.scm b/manifest.scm
new file mode 100644
index 0000000..3e78f12
--- /dev/null
+++ b/manifest.scm
@@ -0,0 +1,6 @@
+(specifications->manifest
+ (list "gcc-toolchain"
+ "sdl2"
+ "sdl2-image"
+ "sdl2-mixer"
+ "sdl2-ttf"))