Update README.md
This commit is contained in:
parent
ec9cace42e
commit
d0588bd901
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Raylib-cs
|
# Raylib-cs
|
||||||
|
|
||||||
C# bindings for raylib 2.0, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
|
C# bindings for raylib, a simple and easy-to-use library to learn videogames programming (www.raylib.com)
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
So far, I have only tested on Windows. Tips on making things work smoothly on all platforms is appreciated.
|
So far, I have only tested on Windows. Tips on making things work smoothly on all platforms is appreciated.
|
||||||
|
|
@ -29,7 +29,7 @@ static class Program
|
||||||
|
|
||||||
rl.EndDrawing();
|
rl.EndDrawing();
|
||||||
}
|
}
|
||||||
|
|
||||||
rl.CloseWindow();
|
rl.CloseWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue