From d5cd2dfe6a1f256240bcf64876b0782e051daf12 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Mon, 30 Oct 2023 17:54:49 -0700 Subject: [PATCH] October 28, 2023 (#110) --- .nuget/directxmesh_desktop_2019.nuspec | 2 +- .nuget/directxmesh_desktop_win10.nuspec | 2 +- .nuget/directxmesh_uwp.nuspec | 2 +- CMakeLists.txt | 2 +- HISTORY.md | 5 +++++ README.md | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.nuget/directxmesh_desktop_2019.nuspec b/.nuget/directxmesh_desktop_2019.nuspec index 2943f6b..f2a72a7 100644 --- a/.nuget/directxmesh_desktop_2019.nuspec +++ b/.nuget/directxmesh_desktop_2019.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022 and supports Windows 7 / DirectX 11. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the June 13, 2023 release on GitHub. + Matches the October 28, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/.nuget/directxmesh_desktop_win10.nuspec b/.nuget/directxmesh_desktop_win10.nuspec index e0ba993..2e3cf59 100644 --- a/.nuget/directxmesh_desktop_win10.nuspec +++ b/.nuget/directxmesh_desktop_win10.nuspec @@ -10,7 +10,7 @@ This version is for Windows desktop applications using Visual Studio 2019 (16.11) or Visual Studio 2022 and supports Windows 10 / Windows 11 including both DirectX 11 and DirectX 12. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the June 13, 2023 release on GitHub. + Matches the October 28, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/.nuget/directxmesh_uwp.nuspec b/.nuget/directxmesh_uwp.nuspec index bb326f0..c88df2b 100644 --- a/.nuget/directxmesh_uwp.nuspec +++ b/.nuget/directxmesh_uwp.nuspec @@ -10,7 +10,7 @@ This version is for Universal Windows Platform apps on Windows 10 / Windows 11 using Visual Studio 2019 (16.11) or Visual Studio 2022. DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation. - Matches the June 13, 2023 release on GitHub. + Matches the October 28, 2023 release on GitHub. http://go.microsoft.com/fwlink/?LinkID=324981 images\icon.jpg diff --git a/CMakeLists.txt b/CMakeLists.txt index 219e9a6..21baa58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required (VERSION 3.20) set(DIRECTXMESH_VERSION 1.6.4) -if(DEFINED XBOX_CONSOLE_TARGET) +if(WINDOWS_STORE OR (DEFINED XBOX_CONSOLE_TARGET)) set(CMAKE_TRY_COMPILE_TARGET_TYPE "STATIC_LIBRARY") endif() diff --git a/HISTORY.md b/HISTORY.md index 9aa5f07..4c8c445 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ Releases available for download on [GitHub](https://github.com/microsoft/DirectX ## Release History +### October 28, 2023 +* Retired ARM (32-bit) support for the UWP platform +* CMake project updates +* meshconvert: -flist option updated to support filenames with spaces + ### June 13, 2023 * CMake project updates * meshconvert: Fix minor display issue with error messages diff --git a/README.md b/README.md index 242e1f2..7c2faef 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=324981 Copyright (c) Microsoft Corporation. -**June 13, 2023** +**October 28, 2023** This package contains DirectXMesh, a shared source library for performing various geometry content processing operations including generating normals and tangent frames, triangle adjacency computations, vertex cache optimization, and meshlet generation.