From 11685dcdb25666fb3d727608ddb2f68f291e1830 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 12 May 2016 02:27:03 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c36cef..b209fbeb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ SkiaSharp provides a PCL and platform-specific bindings for: - Xamarin.Android - Xamarin.iOS - Windows Desktop + - Windows UWP - Mac Desktop You can also build this on your particular variant of Unix @@ -59,6 +60,7 @@ There are several targets available: - `externals` - builds all the native libraries - [win] `externals-windows` - builds the native libraries for Windows + - [win] `externals-uwp` - builds the native libraries for Windows UWP - [mac] `externals-osx` - builds the native libraries for Mac OS X - [mac] `externals-ios` - builds the native libraries for iOS - [mac] `externals-andoid` - builds the native libraries for Android @@ -73,7 +75,7 @@ There are several targets available: - `clean` - cleans everything - `clean-externals` - cleans externals only -## Where is Windows Phone / Store / tvOS +## Where is Windows Phone 8 / Store 8 / tvOS We are working to add binaries for these platforms, stay tuned for a future release (or check the pull requests and branches, where we are working on those)