Skip to content

Commit

Permalink
Normalize line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
crud89 committed Dec 13, 2024
1 parent 62ab8ef commit 2f24532
Showing 1 changed file with 34 additions and 34 deletions.
68 changes: 34 additions & 34 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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" ]
}
}
}

0 comments on commit 2f24532

Please sign in to comment.