Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD authored May 12, 2024
1 parent 95a4d27 commit 1664dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dotnet add package Raylib-CSharp --version 3.0.2
| One Binding Class (`Raylib.cs`). | Managed Classes like `Window, Music...`. |
| Uses `DllImport` and makes using pointers `requiered`. | Use `LibraryImport` and using pointers is `optional`. |
| Using one `Namespace`. | Using multiple `Namepsaces`! |
| Outdated code. | Modern up to date code! |
| Using Outdated code. | Modern up to date code! |
| .NET 5.0, 6.0 / C# 10 | .NET 8.0 / C# 12 |
| Released 2018-07 | Released 2024-05 |
| License ZLib | License MIT |
Expand Down

0 comments on commit 1664dbe

Please sign in to comment.