mirror of https://git.suyu.dev/suyu/suyu
				
				
				
			
			You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			57 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			57 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
    "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
 | 
						|
    "name": "yuzu",
 | 
						|
    "builtin-baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6",
 | 
						|
    "version": "1.0",
 | 
						|
    "dependencies": [
 | 
						|
        "boost-algorithm",
 | 
						|
        "boost-asio",
 | 
						|
        "boost-bind",
 | 
						|
        "boost-config",
 | 
						|
        "boost-container",
 | 
						|
        "boost-context",
 | 
						|
        "boost-crc",
 | 
						|
        "boost-functional",
 | 
						|
        "boost-heap",
 | 
						|
        "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" ]
 | 
						|
        },
 | 
						|
        "web-service": {
 | 
						|
            "description": "Enable web services (telemetry, etc.)",
 | 
						|
            "dependencies": [
 | 
						|
                {
 | 
						|
                    "name": "openssl",
 | 
						|
                    "platform": "windows"
 | 
						|
                }
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "overrides": [
 | 
						|
        {
 | 
						|
            "name": "catch2",
 | 
						|
            "version": "3.3.1"
 | 
						|
        },
 | 
						|
        {
 | 
						|
            "name": "fmt",
 | 
						|
            "version": "10.1.1"
 | 
						|
        }
 | 
						|
    ]
 | 
						|
}
 |