fixed requirements

This commit is contained in:
Booklordofthedings 2024-03-31 23:57:59 +02:00
parent 2c28f2f690
commit 012cdceefd
2 changed files with 0 additions and 8 deletions

View file

@ -4,8 +4,6 @@
BeefLang bindings for **Raylib 5.0**.
> **Note**: OS is limited to Windows & WebAssembly right now, I see no reason why this wouldn't work on other platforms, though. I guess only one way to find out.
## Example
```cs
using System;
@ -70,12 +68,6 @@ On Windows, default linking is set to dynamically link to raylib. This is becaus
![image](https://github.com/Starpelly/raylib-beef/assets/24588691/d78c5e3f-62ac-4927-89c2-7e73b1262ed7)
Then set your app's build settings to:
* C Library: Dynamic
* Beef Library: Static
![image](https://github.com/Starpelly/raylib-beef/assets/24588691/9a0e1f4d-6291-4378-9a1f-708a81e5c149)
## More Links
* Raylib Repo (https://github.com/raysan5/raylib)