style: updated sdk dependency style

This commit is contained in:
Observer KRypt0n_ 2023-03-25 11:11:10 +02:00
parent 6a306e9806
commit 017f030922
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2

View file

@ -15,6 +15,10 @@ opt-level = "s"
[build-dependencies]
glib-build-tools = "0.17"
[dependencies.anime-launcher-sdk]
git = "https://github.com/an-anime-team/anime-launcher-sdk"
tag = "0.5.7"
[dependencies]
relm4 = { version = "0.6.0-alpha.2", features = ["macros", "libadwaita"] }
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 }
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-subscriber = "0.3"