{
    "version": "3.3.1",
    "description": "Open Asset Importer Library. Loads 40+ 3D-file-formats into one unified and clean data structure. (version 3)",
    "homepage": "https://www.assimp.org/",
    "license": {
        "identifier": "Freeware",
        "url": "https://github.com/assimp/assimp/blob/master/LICENSE"
    },
    "url": "https://github.com/assimp/assimp/releases/download/v3.3.1/assimp-sdk-3.3.1-setup_vs2017.exe",
    "hash": "d368b053f55c1557d0c265f9fd5f625fc1a401f9d8d0913dae440f2993bdf59a",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "innosetup": true,
    "pre_install": "Remove-Item \"$dir\\stub\\vc_redist*.exe\"",
    "architecture": {
        "64bit": {
            "bin": "bin\\x64\\assimp.exe",
            "shortcuts": [
                [
                    "bin\\x64\\assimp_viewer.exe",
                    "Assimp Viewer"
                ]
            ]
        },
        "32bit": {
            "bin": "bin\\x86\\assimp.exe",
            "shortcuts": [
                [
                    "bin\\x86\\assimp_viewer.exe",
                    "Assimp Viewer"
                ]
            ]
        }
    }
}
