commit
ac9fb34f79
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ Tested on windows 10 64 bit.
|
||||||
1. Download the repository
|
1. Download the repository
|
||||||
2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/
|
2. Run ExampleApplication.exe in ExampleApplication/bin/Debug/
|
||||||
|
|
||||||
```
|
```csharp
|
||||||
using Raylib;
|
using Raylib;
|
||||||
using static Raylib.rl;
|
using static Raylib.rl;
|
||||||
|
|
||||||
|
|
@ -45,4 +45,4 @@ If you'd like to contribute, please fork the repository and make changes as
|
||||||
you'd like. Pull requests are warmly welcome.
|
you'd like. Pull requests are warmly welcome.
|
||||||
|
|
||||||
## Licensing
|
## Licensing
|
||||||
raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
|
raylib-cs is licensed under an unmodified zlib/libpng license, which is an OSI-certified, BSD-like license that allows static linking with closed source software. Check [LICENSE](LICENSE) for further details.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue