summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--use-cloned-sdk.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/use-cloned-sdk.patch b/use-cloned-sdk.patch
deleted file mode 100644
index 2e148a693977..000000000000
--- a/use-cloned-sdk.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/Cargo.toml b/Cargo.toml
-index 005f69c..3bf4ae6 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -16,11 +16,11 @@ opt-level = "s"
- glib-build-tools = "0.17"
-
- [dependencies.anime-launcher-sdk]
--git = "https://github.com/an-anime-team/anime-launcher-sdk"
-+#git = "https://github.com/an-anime-team/anime-launcher-sdk"
--tag = "1.2.1"
-+#tag = "1.2.1"
- features = ["all", "genshin"]
-
--# path = "../anime-launcher-sdk" # ! for dev purposes only
-+path = "../anime-launcher-sdk" # ! for dev purposes only
-
- [dependencies]
- relm4 = { version = "0.6.0-beta.1", features = ["macros", "libadwaita"] }