diff options
| author | Ray <[email protected]> | 2023-01-22 22:32:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-01-22 22:32:15 +0100 |
| commit | 8b752fd9f78f6b5af332656c9ac4eed2ef5a36ac (patch) | |
| tree | 5db79bb69fb4f3958394e0b102726fda9c85aea4 /index.html | |
| parent | bf2db5dc10c9b8d10ab555c3834a9e96d2873d3e (diff) | |
| parent | f89d3a91fb184e516291cc24f0b13ab3b1171e6f (diff) | |
| download | raylib.com-8b752fd9f78f6b5af332656c9ac4eed2ef5a36ac.tar.gz raylib.com-8b752fd9f78f6b5af332656c9ac4eed2ef5a36ac.zip | |
Merge pull request #48 from colleen05/master
Fixed anchor scrolling past nav bar, updated platform icons, fixed nav bar on license page.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ </div> </div> <br> - <h2 id="platforms"><a class="anchor-link" href="#platforms"></a>raylib supported platforms</h2> + <h2 id="supported-platforms"><a class="anchor-link" href="#supported-platforms"></a>raylib supported platforms</h2> <br> <p>raylib supports multiple target platforms, it has been tested in the following ones but, technically, any platform that supports C language and OpenGL graphics (or similar) can run raylib or it can be very easily ported to.</p> <br> |
