mirror of
https://github.com/Starpelly/raylib-beef.git
synced 2025-03-15 05:16:58 +01:00
fixed requirements
This commit is contained in:
parent
2c28f2f690
commit
012cdceefd
2 changed files with 0 additions and 8 deletions
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
BeefLang bindings for **Raylib 5.0**.
|
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
|
## Example
|
||||||
```cs
|
```cs
|
||||||
using System;
|
using System;
|
||||||
|
@ -70,12 +68,6 @@ On Windows, default linking is set to dynamically link to raylib. This is becaus
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Then set your app's build settings to:
|
|
||||||
* C Library: Dynamic
|
|
||||||
* Beef Library: Static
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## More Links
|
## More Links
|
||||||
* Raylib Repo (https://github.com/raysan5/raylib)
|
* Raylib Repo (https://github.com/raysan5/raylib)
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue