guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#60008] [PATCH] gnu: Add raylib.


From: (
Subject: [bug#60008] [PATCH] gnu: Add raylib.
Date: Mon, 12 Dec 2022 18:20:20 +0000

Heya,

* gnu/packages/game-development.scm (raylib): New variable.

Nice! :D

--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm

@@ -2866,3 +2867,33 @@ (define-public recastnavigation

+    (arguments
+     '(#:tests? #f)) ;no test

``(list ...)'' is preferred to ``'()'' for arguments now:

  (arguments
   (list #:tests? #f))

+    (description
+     "raylib is a simple and easy-to-use library to enjoy videogames 
programming.")

A bit markety, imo.  How about this?

  (description
   "raylib is a high-level library for video game programming.  It aims to
  abstract away platform and graphics details, allowing you to focus on
  writing your game.")

    -- (

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]