mirror of
				https://git.eden-emu.dev/eden-emu/eden.git
				synced 2025-10-31 22:56:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			59 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
 | |
|     "name": "yuzu",
 | |
|     "builtin-baseline": "acc3bcf76b84ae5041c86ab55fe138ae7b8255c7",
 | |
|     "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.0.1"
 | |
|         },
 | |
|         {
 | |
|             "name": "fmt",
 | |
|             "version": "9.0.0"
 | |
|         }
 | |
|     ]
 | |
| }
 | 
