mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 00:34:40 +01:00
bump dependencies
This commit is contained in:
parent
85d7e59139
commit
c0a73e2f8c
2 changed files with 36 additions and 12 deletions
|
@ -4,7 +4,7 @@ name = "authenticator"
|
|||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
adw = {package = "libadwaita", git = "https://gitlab.gnome.org/bilelmoussaoui/libadwaita-rs"}
|
||||
adw = {package = "libadwaita", git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs"}
|
||||
anyhow = "1.0"
|
||||
ashpd = {git = "https://github.com/bilelmoussaoui/ashpd", features = ["feature_gtk4"]}
|
||||
async-std = "1.9"
|
||||
|
@ -12,11 +12,11 @@ binascii = "0.1"
|
|||
diesel = {version = "1.4", features = ["sqlite", "r2d2"]}
|
||||
diesel_migrations = {version = "1.4", features = ["sqlite"]}
|
||||
futures = "0.3"
|
||||
gettext-rs = {version = "0.6", features = ["gettext-system"]}
|
||||
gettext-rs = {version = "0.7", features = ["gettext-system"]}
|
||||
gst = {package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"}
|
||||
gst_base = {package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"}
|
||||
gtk = {git = "https://github.com/gtk-rs/gtk4-rs", package = "gtk4"}
|
||||
gtk-macros = "0.2"
|
||||
gtk-macros = "0.3"
|
||||
hex = "0.4"
|
||||
image = "0.23"
|
||||
log = "0.4"
|
||||
|
|
|
@ -32,24 +32,48 @@
|
|||
},
|
||||
"modules": [
|
||||
{
|
||||
"name": "libadwaita",
|
||||
"buildsystem": "meson",
|
||||
"name" : "libadwaita",
|
||||
"buildsystem" : "meson",
|
||||
"config-opts": [
|
||||
"-Dintrospection=disabled",
|
||||
"-Dgtk_doc=false",
|
||||
"-Dtests=false",
|
||||
"-Dexamples=false",
|
||||
"-Dvapi=false",
|
||||
"-Dglade_catalog=disabled"
|
||||
"-Dvapi=false"
|
||||
],
|
||||
"sources": [
|
||||
"cleanup": [
|
||||
"/include",
|
||||
"/lib/pkgconfig"
|
||||
],
|
||||
"sources" : [{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
|
||||
"tag": "1.0.0-alpha.1"
|
||||
}],
|
||||
"modules": [
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://gitlab.gnome.org/exalm/libadwaita.git",
|
||||
"branch": "main"
|
||||
"name" : "libsass",
|
||||
"buildsystem" : "meson",
|
||||
"cleanup": ["*"],
|
||||
"sources" : [{
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/lazka/libsass.git",
|
||||
"branch" : "meson"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name" : "sassc",
|
||||
"buildsystem" : "meson",
|
||||
"cleanup": ["*"],
|
||||
"sources" : [{
|
||||
"type" : "git",
|
||||
"url" : "https://github.com/lazka/sassc.git",
|
||||
"branch" : "meson"
|
||||
}]
|
||||
}
|
||||
]
|
||||
},{
|
||||
},
|
||||
{
|
||||
"name": "zbar",
|
||||
"config-opts": [
|
||||
"--without-qt",
|
||||
|
|
Loading…
Add table
Reference in a new issue