diff options
| author | Ray San <[email protected]> | 2017-11-10 12:37:53 +0100 |
|---|---|---|
| committer | Ray San <[email protected]> | 2017-11-10 12:37:53 +0100 |
| commit | b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62 (patch) | |
| tree | 698478968b759d9525c160a9b570677fdfb7faf5 /.gitignore | |
| parent | e12182f59b4c84bb3c941b02ae4253de645fdf4d (diff) | |
| download | raylib-b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62.tar.gz raylib-b6b58991e689d9f5a6fa18ff8ea9b2162d1f7d62.zip | |
Working on UWP support
Support Universal Windows Platform (UWP):
- Windows 10 App
- Windows Phone
- Xbox One
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -96,6 +96,8 @@ project/vs2015/*.opendb !project/vs2017/raylib.sln !project/vs2017/raylib/*.vcxproj !project/vs2017/examples/*.vcxproj +!project/vs2015.UWP/raylib/*.vcxproj +!project/vs2015.UWP/raylib.App.UWP/*.vcxproj # Web examples docs/examples/web/*.html |
