freebsd-ports/devel/raylib/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

7 lines
351 B
Plaintext

Raylib is a programming library to learn videogames programming.
It doesn't have a fancy interface, has no visual helpers, and no auto-debugging.
It is created based on the believe that just coding is the best way to learn.
Raylib is highly inspired by Borland BGI graphics lib and by XNA framework.
Allegro and SDL have also been used as reference.