(Chore): Fix links in README

This commit is contained in:
illyum 2024-08-15 02:16:19 -06:00
parent 52ff4b0369
commit b98d33f980

View File

@ -2,8 +2,8 @@
Trying to get my DMX Lightshow app working with raylib (and imgui)
## Deps:
[https://cmake.org/](cmake)
A c++ compiler [https://www.mingw-w64.org/](mingw)
[cmake](https://cmake.org/)
A c++ compiler [MinGW](https://www.mingw-w64.org/)
## Cloning
Clone the repo with git:
@ -39,6 +39,6 @@ This should create a project `.sln` file you can open with Visual Studio. Then,
### Libraries used:
- [https://github.com/raysan5/raylib](Raylib) Amazing library
- [https://github.com/raylib-extras/rlImGui](rlImGui) ImGui with Raylib Backend
- [https://github.com/ocornut/imgui](ImGui) Little tooling
- [Raylib](https://github.com/raysan5/raylib) Amazing library
- [rlImGui](https://github.com/raylib-extras/rlImGui) ImGui with Raylib Backend
- [Dear ImGui](https://github.com/ocornut/imgui) Little tooling