From 786bf0c6ab51482c32c8f2f80d16f8be47b392f8 Mon Sep 17 00:00:00 2001 From: aszabo314 Date: Mon, 27 Jan 2025 13:21:27 +0100 Subject: [PATCH] ### 5.5.14 - updated dependency FSharp.Data.Adaptive 1.2.19 - [Vulkan] Changed config location of device chooser to Aardvark cache directory - Added DownloadDepth() and DownloadStencil() overloads for IBackendTexture with an explicit target parameter - Fixed simpleLighting and stableLight shaders to use ambient term - Fixed race conditions with compact buffers and Vulkan image sampler arrays --- RELEASE_NOTES.md | 2 ++ paket.dependencies | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7bc106d1..ae145612 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,5 @@ +### 5.5.14 +- updated dependency FSharp.Data.Adaptive 1.2.19 - [Vulkan] Changed config location of device chooser to Aardvark cache directory - Added DownloadDepth() and DownloadStencil() overloads for IBackendTexture with an explicit target parameter - Fixed simpleLighting and stableLight shaders to use ambient term diff --git a/paket.dependencies b/paket.dependencies index bd6d856f..93f53a34 100644 --- a/paket.dependencies +++ b/paket.dependencies @@ -7,8 +7,8 @@ nuget Aardvark.Build ~> 2.0.2 nuget FSharp.Core >= 8.0.0 lowest_matching: true nuget Microsoft.NETFramework.ReferenceAssemblies >= 1.0.0 lowest_matching: true -nuget FSharp.Data.Adaptive ~> 1.2.13 -nuget CSharp.Data.Adaptive ~> 1.2.13 +nuget FSharp.Data.Adaptive ~> 1.2.19 +nuget CSharp.Data.Adaptive ~> 1.2.19 nuget Aardvark.Base.TypeProviders ~> 4.5.15