Updated manifest & Cargo.toml(s)

This commit is contained in:
reesericci 2023-07-01 23:56:53 -05:00 committed by Conrad Kramer
parent 9ad50b1496
commit 082db9c162
2 changed files with 15 additions and 1 deletions

View file

@ -1,2 +1,3 @@
[workspace]
members = ["burrow", "tun"]
exclude = ["burrow-gtk"]

View file

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