Updated manifest & Cargo.toml(s)
This commit is contained in:
parent
9ad50b1496
commit
082db9c162
2 changed files with 15 additions and 1 deletions
|
|
@ -1,2 +1,3 @@
|
||||||
[workspace]
|
[workspace]
|
||||||
members = ["burrow", "tun"]
|
members = ["burrow", "tun"]
|
||||||
|
exclude = ["burrow-gtk"]
|
||||||
|
|
|
||||||
|
|
@ -36,14 +36,27 @@
|
||||||
"*.a"
|
"*.a"
|
||||||
],
|
],
|
||||||
"modules" : [
|
"modules" : [
|
||||||
|
{
|
||||||
|
"name": "blueprint-compiler",
|
||||||
|
"buildsystem": "meson",
|
||||||
|
"sources": [
|
||||||
|
{
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
|
||||||
|
"tag": "v0.8.1"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name" : "burrow-gtk",
|
"name" : "burrow-gtk",
|
||||||
"builddir" : true,
|
"builddir" : true,
|
||||||
|
"subdir" : "burrow-gtk",
|
||||||
"buildsystem" : "meson",
|
"buildsystem" : "meson",
|
||||||
"sources" : [
|
"sources" : [
|
||||||
{
|
{
|
||||||
"type" : "git",
|
"type" : "git",
|
||||||
"url" : "file:///var/home/reesericci/Code"
|
"branch" : "burrow-gtk-patch-1",
|
||||||
|
"url" : "https://github.com/hackclub/burrow.git"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue