From 89ae438427c5d08c7819bf98ea06198d88b63157 Mon Sep 17 00:00:00 2001 From: zenith391 <39484230+zenith391@users.noreply.github.com> Date: Tue, 19 Jul 2022 19:07:50 +0000 Subject: [PATCH] Make zgt importable as a build dependency --- zigmod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zigmod.yml b/zigmod.yml index 83f2442..0f85a74 100644 --- a/zigmod.yml +++ b/zigmod.yml @@ -3,10 +3,11 @@ name: zgt main: src/main.zig license: MIT min_zig_version: 0.10.0-dev.2625+d506275a0 +main: build_zgt.zig dependencies: - src: system_lib gtk+-3.0 only_os: linux - src: system_lib c only_os: linux build_dependencies: - - src: git https://github.com/Luukdegram/apple_pie \ No newline at end of file + - src: git https://github.com/Luukdegram/apple_pie