mirror of
				https://github.com/lightpanda-io/browser.git
				synced 2025-10-29 23:23:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			415 B
		
	
	
	
		
			Zig
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			415 B
		
	
	
	
		
			Zig
		
	
	
	
	
	
| .{
 | |
|     .name = .browser,
 | |
|     .paths = .{""},
 | |
|     .version = "0.0.0",
 | |
|     .fingerprint = 0xda130f3af836cea0,
 | |
|     .dependencies = .{
 | |
|         .v8 = .{
 | |
|             .url = "https://github.com/lightpanda-io/zig-v8-fork/archive/7177ee1ae267a44751a0e7e012e257177699a375.tar.gz",
 | |
|             .hash = "v8-0.0.0-xddH63TCAwC1D1hEiOtbEnLBbtz9ZPHrdiGWLcBcYQB7",
 | |
|         },
 | |
|         // .v8 = .{ .path = "../zig-v8-fork" }
 | |
|     },
 | |
| }
 | 
