diff options
| author | Ahmad Fatoum <ahmad@a3f.at> | 2017-12-18 15:35:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-18 15:35:10 +0100 |
| commit | 647d8b2d53e995224e48daccc4a28b9dcd2c5155 (patch) | |
| tree | 38bbf968a362d25f4c5a8bbc636c52b14560a0a9 | |
| parent | f3f3e7cf6dfc1fac380a2c4adb65e2dd0a563afb (diff) | |
| download | raylib-647d8b2d53e995224e48daccc4a28b9dcd2c5155.tar.gz raylib-647d8b2d53e995224e48daccc4a28b9dcd2c5155.zip | |
Remove Alien::raylib from bindings list
* `Alien::raylib` downloads raylib, builds it and installs it in the Perl module path (Basically abusing CPAN as package manager)
* `Graphics::Raylib::XS` depends on `Alien::raylib` and reexports all C symbols as XS symbols usable in Perl
* `Graphics::Raylib` depends on `Graphics::Raylib::XS` and is the actual Perl wrapper with a Perlish API, which users should be using
| -rw-r--r-- | CONTRIBUTING.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index dddb38ed..5cb11a83 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -79,7 +79,6 @@ Some people ported raylib to other languages in form of bindings or wrappers to - [raylib Nim binding](https://gitlab.com/define-private-public/raylib-Nim) - [raylib Crystal binding](https://gitlab.com/Zatherz/cray) - [raylib Perl wrapper](https://metacpan.org/pod/Graphics::Raylib) - - [raylib Perl frontend](https://github.com/athreef/Alien-raylib) - raylib Pascal binding with custom IDE (closed-source) Usually, raylib bindings follow the convention: `raylib-{language}` |
