From 1bdb8e9e0e688b1aee0f137f10594ea99b0269d4 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Fri, 17 Aug 2018 18:23:13 -0700 Subject: [PATCH] August 17, 2018 --- Readme.txt | 10 +++++++--- UVAtlas/inc/UVAtlas.h | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Readme.txt b/Readme.txt index fb1d781c..98f803a9 100644 --- a/Readme.txt +++ b/Readme.txt @@ -4,14 +4,14 @@ UVAtlas - isochart texture atlasing Copyright (c) Microsoft Corporation. All rights reserved. -July 3, 2018 +August 17, 2018 This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas. This code is designed to build with Visual Studio 2015 Update 3 or Visual Studio 2017. It is recommended that you make use of VS 2015 Update 3, Windows Tools 1.4.1, and the -Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.7 update) or later with the +Windows 10 Anniversary Update SDK (14393) or VS 2017 (15.8 update) with the Windows 10 April 2018 Update SDK (17134). These components are designed to work without requiring any content from the DirectX SDK. For details, @@ -81,7 +81,7 @@ RELEASE NOTES * The VS 2017 projects require the 15.5 update or later. For UWP and Win32 classic desktop projects with the 15.5 or 15.6 updates, you need to install the standalone Windows 10 SDK (17134) which is otherwise included in - the 15.7 update. Older VS 2017 updates will fail to load the projects due to use of the element. + the 15.7/15.8 update. Older VS 2017 updates will fail to load the projects due to use of the element. If using the 15.5 or 15.6 updates, you will see "warning D9002: ignoring unknown option '/Zc:__cplusplus'" because this switch isn't supported until 15.7. It is safe to ignore this warning, or you can edit the project files elements. @@ -91,6 +91,10 @@ RELEASE NOTES RELEASE HISTORY --------------- +August 17, 2018 + Updated for VS 2017 15.8 + Code cleanup + July 3, 2018 Code cleanup uvatlas: added -flipu and -ib32 switches diff --git a/UVAtlas/inc/UVAtlas.h b/UVAtlas/inc/UVAtlas.h index 8a0aab98..be426dd1 100644 --- a/UVAtlas/inc/UVAtlas.h +++ b/UVAtlas/inc/UVAtlas.h @@ -24,7 +24,7 @@ #include #include -#define UVATLAS_VERSION 151 +#define UVATLAS_VERSION 160 namespace DirectX {