mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-03 20:24:43 +01:00 
			
		
		
		
	Implicit conversions are now disallowed in fmt 10. Use format_as to convert to the underlying type.
		
			
				
	
	
		
			60 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
 | 
						|
    "name": "yuzu",
 | 
						|
    "builtin-baseline": "656fcc6ab2b05c6d999b7eaca717027ac3738f71",
 | 
						|
    "version": "1.0",
 | 
						|
    "dependencies": [
 | 
						|
        "boost-algorithm",
 | 
						|
        "boost-asio",
 | 
						|
        "boost-bind",
 | 
						|
        "boost-config",
 | 
						|
        "boost-container",
 | 
						|
        "boost-context",
 | 
						|
        "boost-crc",
 | 
						|
        "boost-functional",
 | 
						|
        "boost-icl",
 | 
						|
        "boost-intrusive",
 | 
						|
        "boost-mpl",
 | 
						|
        "boost-process",
 | 
						|
        "boost-range",
 | 
						|
        "boost-spirit",
 | 
						|
        "boost-test",
 | 
						|
        "boost-timer",
 | 
						|
        "boost-variant",
 | 
						|
        "fmt",
 | 
						|
        "lz4",
 | 
						|
        "nlohmann-json",
 | 
						|
        "zlib",
 | 
						|
        "zstd"
 | 
						|
    ],
 | 
						|
    "features": {
 | 
						|
        "yuzu-tests": {
 | 
						|
            "description": "Compile tests",
 | 
						|
            "dependencies": [ "catch2" ]
 | 
						|
        },
 | 
						|
        "dbghelp": {
 | 
						|
            "description": "Compile Windows crash dump (Minidump) support",
 | 
						|
            "dependencies": [ "dbghelp" ]
 | 
						|
        },
 | 
						|
        "web-service": {
 | 
						|
            "description": "Enable web services (telemetry, etc.)",
 | 
						|
            "dependencies": [
 | 
						|
                {
 | 
						|
                    "name": "openssl",
 | 
						|
                    "platform": "windows"
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "overrides": [
 | 
						|
        {
 | 
						|
            "name": "catch2",
 | 
						|
            "version": "3.3.1"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "fmt",
 | 
						|
            "version": "10.0.0"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |