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