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

Add experimental Android support (#190)

* Add `Raylib-cs.Android` project
* Update ci to handle android native libraries
* Update ci to pack android project
This commit is contained in:
Angga Permana 2023-08-23 19:18:50 +07:00 committed by GitHub
commit 5ae2104c9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 156 additions and 9 deletions

9
Directory.Build.props Normal file
View file

@ -0,0 +1,9 @@
<Project>
<PropertyGroup>
<TargetRaylibTag>4.5.0</TargetRaylibTag>
<Version>4.5.0.4</Version>
<PackageVersion>4.5.0.4</PackageVersion>
</PropertyGroup>
</Project>