From 7e859c3e7580f6405831ff92e82a17e23aec5764 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 8 Sep 2021 18:10:10 +0100 Subject: [PATCH] Update vendor/README.md --- vendor/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vendor/README.md b/vendor/README.md index df521c20a..315fd1e9e 100644 --- a/vendor/README.md +++ b/vendor/README.md @@ -12,6 +12,12 @@ Bindings for the OpenGL graphics API and helpers in idiomatic Odin to, for examp This package is available under the MIT license. See `LICENSE` and `LICENSE_glad` for more details. +## raylib + +Bindings for the raylib, a simple and easy-to-use library to enjoy videogames programming, in idiomatic Odin. + +This package is available under the Zlib license. See `LICENSE` for more details. + ## SDL2 Bindings for the cross platform multimedia API [SDL2](https://github.com/libsdl-org/SDL) and its sub-projects.