Watch
2
0
Fork
You've already forked raylib-cs
0

fix: centralized version data in Directory.build.props, and fixed various interop details that had incorrect function signatures

This commit is contained in:
tiger tiger tiger 2026-06-30 17:12:15 +02:00
commit 3b305013a1
11 changed files with 169 additions and 105 deletions

6
Directory.Build.props Normal file
View file

@ -0,0 +1,6 @@
<Project>
<!-- Auto-imported by every project in the repo; referenced via $(RaylibCsVersion). -->
<PropertyGroup>
<RaylibCsVersion>8.1.0</RaylibCsVersion>
</PropertyGroup>
</Project>