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

Minor bugfixes

- Fix issue with github actions randomly failing on windows.
- Remove default arguments from Camera3D constructor.
- GetGamepadName was using Ansi when it should of been UTF8.
- Fix issue where charsPadding was not public.
This commit is contained in:
Rgebee 2021-04-10 23:43:32 +01:00
commit b6cf094a34
2 changed files with 11 additions and 3 deletions

8
nuget.config Executable file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>