2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Commit Graph

10 Commits

Author SHA1 Message Date
b6843021cf Remove bindings project
- No longer needed. Binding code should be included directly in project for more control.
2019-02-10 16:59:56 +00:00
e0ae94cf54 Moving dependencies so there in one place
- Removed lib folder from Test projects.
- Added native folder to Bindings using release build with debug info.
- Updated Test projects to use new location ,
2018-12-29 12:23:17 +00:00
1c2fc08a07 Fixed VR issue
- Fixed werid graphical bug with VR. Issue was with the struct for VrDeviceInfo.
2018-11-22 15:00:25 +00:00
7f7e907c89 Native debug info
- Added files from raylib build to allow native debugging.
2018-10-27 13:17:04 +01:00
Mikael Rasmussen
cfc508f3be Merge remote-tracking branch 'origin/master' 2018-10-23 18:15:20 +02:00
3ea345851a Moved example menu
- Menu for example removed from Test projects and moved to exampes.
- Changed nativeLibName from raylib.dll to raylib. It should find the correct one this way but might need a dll.config file.
2018-10-23 17:13:25 +01:00
Mikael Rasmussen
d02a0fa8b8 uuuh, kinda works now 2018-10-23 18:01:45 +02:00
02949091d3 Working on example fixes
- Minor fix in Raylib.cs
- Updated Test.NetFX for better debugging of examples.
2018-10-23 12:38:34 +01:00
bf82277a39 Menu for testing examples for Test.NetFX 2018-10-22 16:21:47 +01:00
msmshazan
3af8accf9b added new runtimes 2018-10-21 23:04:32 +05:30