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" } ] }