gem-graph-client/manifest.scm
Jean Sirmai 2754ef0de7 manual: migrate from plain text to texinfo
This commit creates docs/rtfm/gem-graph.texi, which from now on will be the
Gem-graph manual source code.

Its first text includes just an introduction, the beginning of a chapter namely
"Gem-graph by example" and a first cross-reference to the section "Hello world".
2024-11-29 11:34:25 +01:00

32 lines
444 B
Scheme

;;
;; Dépendances sous GNU Guix
;;
(specifications->manifest
(list
"bash"
"coreutils"
"doxygen"
"gcc-toolchain"
"pkg-config"
"valgrind"
"findutils"
"gdb"
"make"
"gtk"
"libxml2"
"glu"
"glew"
"glfw"
"cglm"
"libepoxy"
"pango@1.90.0"
"xorgproto"
"glib"
"mesa-headers"
"mesa"
"libadwaita"
"texinfo"
)
)