From 2f24532135a617427103ba22a215a250ab0c4edc Mon Sep 17 00:00:00 2001 From: Carsten Rudolph <18394207+crud89@users.noreply.github.com> Date: Fri, 13 Dec 2024 09:49:27 +0100 Subject: [PATCH] Normalize line endings. --- src/vcpkg.json | 68 +++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/vcpkg.json b/src/vcpkg.json index 9c32d3b71..826dd51fa 100644 --- a/src/vcpkg.json +++ b/src/vcpkg.json @@ -1,34 +1,34 @@ -{ - "name": "litefx", - "version-string": "0.3.1.2022", - "maintainers": [ - "Carsten Rudolph <18394207+crud89@users.noreply.github.com>" - ], - "description": "An extensible, descriptive, modern computer graphics and rendering engine.", - "homepage": "https://litefx.crudolph.io/", - "documentation": "https://litefx.crudolph.io/docs/", - "license": "MIT", - "supports": "windows & !arm", - "dependencies": [ - "cli11", - "directxmath", - "directx-headers", - "glfw3", - "glm", - "spdlog", - "stb", - "vulkan", - "spirv-reflect", - "vulkan-memory-allocator", - "d3d12-memory-allocator", - "directx12-agility", - "directx-dxc" - ], - "features": { - "pix-support": { - "description": "Adds support for PIX runtime in the DirectX 12 backend.", - "supports": "windows & x64", - "dependencies": [ "winpixeventruntime" ] - } - } -} +{ + "name": "litefx", + "version-string": "0.3.1.2022", + "maintainers": [ + "Carsten Rudolph <18394207+crud89@users.noreply.github.com>" + ], + "description": "An extensible, descriptive, modern computer graphics and rendering engine.", + "homepage": "https://litefx.crudolph.io/", + "documentation": "https://litefx.crudolph.io/docs/", + "license": "MIT", + "supports": "windows & !arm", + "dependencies": [ + "cli11", + "directxmath", + "directx-headers", + "glfw3", + "glm", + "spdlog", + "stb", + "vulkan", + "spirv-reflect", + "vulkan-memory-allocator", + "d3d12-memory-allocator", + "directx12-agility", + "directx-dxc" + ], + "features": { + "pix-support": { + "description": "Adds support for PIX runtime in the DirectX 12 backend.", + "supports": "windows & x64", + "dependencies": [ "winpixeventruntime" ] + } + } +}