From 082db9c162537c9f12171aafa4321ad07ded659f Mon Sep 17 00:00:00 2001 From: reesericci Date: Sat, 1 Jul 2023 23:56:53 -0500 Subject: [PATCH] Updated manifest & Cargo.toml(s) --- Cargo.toml | 1 + burrow-gtk/com.hackclub.burrow.json | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fcb83f5..7a17276 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,2 +1,3 @@ [workspace] members = ["burrow", "tun"] +exclude = ["burrow-gtk"] diff --git a/burrow-gtk/com.hackclub.burrow.json b/burrow-gtk/com.hackclub.burrow.json index 900d378..f50bf7b 100644 --- a/burrow-gtk/com.hackclub.burrow.json +++ b/burrow-gtk/com.hackclub.burrow.json @@ -36,14 +36,27 @@ "*.a" ], "modules" : [ + { + "name": "blueprint-compiler", + "buildsystem": "meson", + "sources": [ + { + "type": "git", + "url": "https://gitlab.gnome.org/jwestman/blueprint-compiler", + "tag": "v0.8.1" + } + ] + }, { "name" : "burrow-gtk", "builddir" : true, + "subdir" : "burrow-gtk", "buildsystem" : "meson", "sources" : [ { "type" : "git", - "url" : "file:///var/home/reesericci/Code" + "branch" : "burrow-gtk-patch-1", + "url" : "https://github.com/hackclub/burrow.git" } ] }