Skip to content

Commit db3bcfb

Browse files
authored
Merge pull request #23 from ianvi0/main
Correct GLFW language
2 parents b3e612d + 148b88f commit db3bcfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/wiki/rendering/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ so it's best to leave it to a windowing library...
9292
| Name | Language | Platforms |
9393
|------|----------|-----------|
9494
| [SDL](https://www.libsdl.org/) | `C` | [*various*](https://wiki.libsdl.org/SDL2/FAQGeneral#what_platforms_are_supported) |
95-
| [GLFW](https://www.glfw.org/) | `C++` | [*various*](https://www.glfw.org/faq.html#14---what-platforms-are-supported-by-glfw) |
95+
| [GLFW](https://www.glfw.org/) | `C` | [*various*](https://www.glfw.org/faq.html#14---what-platforms-are-supported-by-glfw) |
9696
| [SFML](https://www.sfml-dev.org/) | `C++` | [*various*](https://www.sfml-dev.org/faq.php#grl-platforms) |
9797
| [Winit](https://github.com/rust-windowing/winit) | `Rust` | [*various*](https://github.com/rust-windowing/winit/blob/master/FEATURES.md) |
9898

0 commit comments

Comments
 (0)