From 4eef8bbc11db030b980cc61fb9cddf3e48209bc2 Mon Sep 17 00:00:00 2001 From: David Ludwig Date: Sun, 14 Sep 2014 10:29:54 -0400 Subject: [PATCH] WinRT: cleaned up section headers --- docs/README-winrt.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README-winrt.md b/docs/README-winrt.md index ee3a30327c758..caa86221e35a0 100644 --- a/docs/README-winrt.md +++ b/docs/README-winrt.md @@ -1,5 +1,5 @@ WinRT -================================================================================ +===== SDL/WinRT layer allows SDL2-based applications to run on many of Microsoft's platforms that utilize the "Windows Runtime" (aka "WinRT") APIs. WinRT apps @@ -15,9 +15,9 @@ To note, WinRT applications that run on Windows 8.x and/or Windows RT are often called "Windows Store" apps. --------------------------------------------------------------------------------- Requirements --------------------------------------------------------------------------------- +------------ + - Microsoft Visual C++ 2012 -- Free, "Express" editions may be used, so long as they include support for either "Windows Store" or "Windows Phone" apps. (NOTE: MSVC 2013 support is pending. 2012 projects may be converted to 2013 @@ -26,9 +26,9 @@ Requirements rather by Microsoft's Visual C++ toolchain. --------------------------------------------------------------------------------- TODO --------------------------------------------------------------------------------- +---- + - Finish adding support for MSVC 2013, and "Universal" WinRT apps, which support Windows 8.1, Windows Phone 8.1, and in the future, Xbox One and Windows Desktop.