From 1a5e6c402366655de93f29cf9226e5046c62e741 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 20 Oct 2023 19:11:21 +0200 Subject: [PATCH] build: updated SDK version Fixes fonts installation issue in another launcher branch --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fe1f571..75eb46e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ glib-build-tools = "0.18" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.11.2" +tag = "1.11.3" features = ["all", "genshin"] # path = "../anime-launcher-sdk" # ! for dev purposes only