From 9186b53e646bf67191ba271bcd15050b4ecc37e9 Mon Sep 17 00:00:00 2001 From: Chuck Walbourn Date: Tue, 7 Feb 2023 11:53:20 -0800 Subject: [PATCH] February 6, 2023 (#100) --- HISTORY.md | 5 +++++ LICENSE | 2 +- README.md | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 64a7abcd..63971971 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -6,6 +6,11 @@ Release available for download on [GitHub](https://github.com/microsoft/UVAtlas/ ## Release History +### February 6, 2023 +* CMake project updates +* Minor code review +* uvatlastool: Updated for January 2023 DirectXTex release + ### December 15, 2022 * CMake project updated to require 3.20 or later * CMake and MSBuild project updates diff --git a/LICENSE b/LICENSE index 9066e2f6..4e0ff27c 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014-2022 Microsoft Corp +Copyright (c) 2014-2023 Microsoft Corp Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software diff --git a/README.md b/README.md index f80c05d9..17bd17e9 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ http://go.microsoft.com/fwlink/?LinkID=512686 Copyright (c) Microsoft Corporation. -**December 15, 2022** +**February 6, 2023** This package contains UVAtlas, a shared source library for creating and packing an isochart texture atlas. @@ -70,7 +70,7 @@ Sander et al. "Signal-Specialized Parametrization" Europgraphics 2002 [pdf](http * The UWP projects and the Win10 classic desktop project include configurations for the ARM64 platform. Building these requires installing the ARM64 toolset. -* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) is required. +* When using clang/LLVM for the ARM64 platform, the Windows 11 SDK ([22000](https://walbourn.github.io/windows-sdk-for-windows-11/)) or later is required. ## Contributing