Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MrScautHD committed May 26, 2024
2 parents 51f7246 + 5b0f4ab commit 9f2cc31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ dotnet add package Raylib-CSharp --version 3.0.6
| Raylib-cs | `Raylib-CSharp` |
| -------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| One Binding Class (`Raylib.cs`). | Managed Classes like `Window, Music...`. |
| Uses `DllImport` and makes using pointers `requiered`. | Uses `LibraryImport` and using pointers is `optional`. |
| Uses `DllImport` and makes using pointers `requiered` in some cases. | Uses `LibraryImport` and using pointers is `optional`. |
| Using one `Namespace`. | Using multiple `Namepsaces`! |
| 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 9f2cc31

Please sign in to comment.