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]
|
||||
members = ["burrow", "tun"]
|
||||
exclude = ["burrow-gtk"]
|
||||
|
|
|
|||
|
|
@ -37,13 +37,26 @@
|
|||
],
|
||||
"modules" : [
|
||||
{
|
||||
"name" : "burrow-gtk",
|
||||
"builddir" : true,
|
||||
"name": "blueprint-compiler",
|
||||
"buildsystem": "meson",
|
||||
"sources": [
|
||||
{
|
||||
"type": "git",
|
||||
"url" : "file:///var/home/reesericci/Code"
|
||||
"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",
|
||||
"branch" : "burrow-gtk-patch-1",
|
||||
"url" : "https://github.com/hackclub/burrow.git"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue