53 lines
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			Zig
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
	
		
			2.3 KiB
		
	
	
	
		
			Zig
		
	
	
	
	
	
| .{
 | |
|     .name = .flow,
 | |
|     .version = "0.6.0",
 | |
|     .minimum_zig_version = "0.15.2",
 | |
|     .fingerprint = 0x52c0d670590aa80f,
 | |
| 
 | |
|     .dependencies = .{
 | |
|         .syntax = .{
 | |
|             .url = "git+https://github.com/neurocyte/flow-syntax?ref=master#9106b13b4c98b145229ad643e7869f29c7b0816b",
 | |
|             .hash = "flow_syntax-0.1.0-X8jOoZQTAQCV2bjyceUHrRl_iu41imzTDLGT5R-XwT_9",
 | |
|         },
 | |
|         .flags = .{
 | |
|             .url = "git+https://github.com/neurocyte/flags?ref=main#984b27948da3e4e40a253f76c85b51ec1a9ada11",
 | |
|             .hash = "flags-0.10.0-a_9h3gB4AADAYn0XaZuUqH1jKRmy6dqvAIbomtTIF6V1",
 | |
|         },
 | |
|         .dizzy = .{
 | |
|             .url = "https://github.com/neurocyte/dizzy/archive/c9219d23daccd9aa226cfde754fea278cb516459.tar.gz",
 | |
|             .hash = "dizzy-1.0.0-q40X4YCRAAAGYO9QOZiYYSOwiiFlqZlecMuQcxPiBcXM",
 | |
|         },
 | |
|         .thespian = .{
 | |
|             .url = "git+https://github.com/neurocyte/thespian?ref=master#6eadc0fe29795f88752f3b6f296dc582b16cb5a1",
 | |
|             .hash = "thespian-0.0.1-owFOjjMiBgCXFa9f0-RKTDgWwYzQp1Mnec_p6hsGXj_G",
 | |
|         },
 | |
|         .themes = .{
 | |
|             .url = "https://github.com/neurocyte/flow-themes/releases/download/master-638f6f95c391420f0f140599ed5f87cc37834559/flow-themes.tar.gz",
 | |
|             .hash = "N-V-__8AAKhUIwB6OywBocsytyvp6XiVu4fZwzFJHjumxGLY",
 | |
|         },
 | |
|         .fuzzig = .{
 | |
|             .url = "https://github.com/fjebaker/fuzzig/archive/4251fe4230d38e721514394a485db62ee1667ff3.tar.gz",
 | |
|             .hash = "fuzzig-0.1.1-Ji0xivxIAQBD0g8O_NV_0foqoPf3elsg9Sc3pNfdVH4D",
 | |
|         },
 | |
|         .vaxis = .{
 | |
|             .url = "git+https://github.com/neurocyte/libvaxis?ref=main#4debeaf0774a6db5de8bab212335fae795086035",
 | |
|             .hash = "vaxis-0.5.1-BWNV_PIfCQBrMQyEAPPSOyupQYEud7vTs0jXEq5drkC9",
 | |
|         },
 | |
|         .zeit = .{
 | |
|             .url = "git+https://github.com/rockorager/zeit?ref=zig-0.15#ed2ca60db118414bda2b12df2039e33bad3b0b88",
 | |
|             .hash = "zeit-0.6.0-5I6bk0J9AgCVa0nnyL0lNY9Xa9F68hHq-ZarhuXNV-Jb",
 | |
|         },
 | |
|         .win32 = .{
 | |
|             .url = "git+https://github.com/marlersoft/zigwin32?ref=main#5587b16fa040573846a6bf531301f6206d31a6bf",
 | |
|             .hash = "zigwin32-25.0.28-preview-AAAAAICM5AMResOGQnQ85mfe60TTOQeMtt7GRATUOKoP",
 | |
|             .lazy = true,
 | |
|         },
 | |
|     },
 | |
|     .paths = .{
 | |
|         "include",
 | |
|         "src",
 | |
|         "test",
 | |
|         "build.zig",
 | |
|         "build.zig.zon",
 | |
|     },
 | |
| }
 |