mirror of
https://github.com/an-anime-team/sleepy-launcher.git
synced 2024-11-24 21:59:07 +03:00
style: updated sdk dependency style
This commit is contained in:
parent
6a306e9806
commit
017f030922
1 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,10 @@ opt-level = "s"
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
glib-build-tools = "0.17"
|
glib-build-tools = "0.17"
|
||||||
|
|
||||||
|
[dependencies.anime-launcher-sdk]
|
||||||
|
git = "https://github.com/an-anime-team/anime-launcher-sdk"
|
||||||
|
tag = "0.5.7"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }
|
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }
|
||||||
gtk = { package = "gtk4", version = "0.6", features = ["v4_8"] }
|
gtk = { package = "gtk4", version = "0.6", features = ["v4_8"] }
|
||||||
|
@ -22,8 +26,6 @@ adw = { package = "libadwaita", version = "0.3", features = ["v1_2"] }
|
||||||
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
|
rfd = { version = "0.11", features = ["xdg-portal"], default-features = false }
|
||||||
open = "4.0.0"
|
open = "4.0.0"
|
||||||
|
|
||||||
anime-launcher-sdk = { git = "https://github.com/an-anime-team/anime-launcher-sdk", tag = "0.5.7" }
|
|
||||||
|
|
||||||
tracing = "0.1"
|
tracing = "0.1"
|
||||||
tracing-subscriber = "0.3"
|
tracing-subscriber = "0.3"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue