From 66c88db5f841dc4e324b26681baf58b524293305 Mon Sep 17 00:00:00 2001 From: Thomas Guillermo Albers Raviola Date: Fri, 16 Jan 2026 23:20:07 +0100 Subject: Add README.md and manifest.scm --- README.md | 8 ++++++++ manifest.scm | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 manifest.scm 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")) -- cgit v1.2.3