diff options
| author | Thomas Guillermo Albers Raviola <thomas@thomaslabs.org> | 2026-01-16 23:20:07 +0100 |
|---|---|---|
| committer | Thomas Guillermo Albers Raviola <thomas@thomaslabs.org> | 2026-01-16 23:20:07 +0100 |
| commit | 66c88db5f841dc4e324b26681baf58b524293305 (patch) | |
| tree | 097e62cd98f4ecbf6bd3b4140d1326f88cc86938 | |
| parent | a90db3b7b6e87e24c789b5db222f1cef92809bde (diff) | |
Add README.md and manifest.scm
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | manifest.scm | 6 |
2 files changed, 14 insertions, 0 deletions
@@ -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")) |
