fix issues to make windows build and submodules

This commit is contained in:
2025-11-11 16:35:37 -05:00
parent 9f36324a58
commit ca9e8d92d9
6 changed files with 2 additions and 20 deletions

Binary file not shown.

1
.gitignore vendored
View File

@@ -4,7 +4,6 @@ release/
packed/
vcpkg_installed/
out/
external/
workshop/resources
cmake-build-debug/
.vs/

1
external/SDL vendored Submodule

Submodule external/SDL added at 3fd0b46215

1
external/lunasvg vendored Submodule

Submodule external/lunasvg added at 83c58df810

View File

@@ -1,14 +0,0 @@
{
"default-registry": {
"kind": "git",
"baseline": "4f8fe05871555c1798dbcb1957d0d595e94f7b57",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
}
]
}

View File

@@ -1,5 +0,0 @@
{
"dependencies": [
"sdl3"
]
}