{
    arch = "x64",
    artifacts = {
        installdir = [[C:\Users\runneradmin\AppData\Local\.xmake\packages\l\libsdl2\2.32.2\f34a557766754d598f0891c7a0cc318d]]
    },
    components = {
        vars = {
            lib = {
                links = "SDL2-static",
                syslinks = {
                    "user32",
                    "gdi32",
                    "winmm",
                    "imm32",
                    "ole32",
                    "oleaut32",
                    "version",
                    "uuid",
                    "advapi32",
                    "setupapi",
                    "shell32"
                }
            },
            main = {
                links = "SDL2main",
                syslinks = "shell32"
            }
        }
    },
    configs = {
        debug = false,
        pic = true,
        runtimes = "MD",
        sdlmain = true,
        shared = false
    },
    deps = { },
    description = "Simple DirectMedia Layer",
    envs = { },
    librarydeps = { },
    license = "zlib",
    mode = "release",
    name = "libsdl2",
    pathenvs = {
        "PATH",
        "DYLD_LIBRARY_PATH",
        "PYTHONPATH",
        "LD_LIBRARY_PATH",
        "PKG_CONFIG_PATH",
        "ACLOCAL_PATH",
        "CMAKE_PREFIX_PATH"
    },
    plat = "windows",
    repo = {
        branch = "master",
        commit = "c373de0881c9a2498e69143d524aea5a456b03a3",
        name = "xmake-repo",
        url = "https://github.com/xmake-io/xmake-repo.git"
    },
    vars = {
        includedirs = {
            "include",
            "include/SDL2"
        }
    },
    version = "2.32.2"
}