chore: replaced core's git submodule by cargo git dependency

This commit is contained in:
Observer KRypt0n_ 2023-03-25 10:56:57 +02:00
parent 19ceddca82
commit 912e61e912
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "anime-game-core"]
path = anime-game-core
url = https://github.com/an-anime-team/anime-game-core

View file

@ -7,7 +7,7 @@ readme = "README.md"
edition = "2021" edition = "2021"
[dependencies] [dependencies]
anime-game-core = { path = "anime-game-core", features = ["genshin", "all"] } anime-game-core = { git = "https://github.com/an-anime-team/anime-game-core", tag = "1.4.5", features = ["genshin", "all"] }
anyhow = "1.0" anyhow = "1.0"
dirs = "5.0.0" dirs = "5.0.0"

@ -1 +0,0 @@
Subproject commit 8f295310707cc6d4f69215863a0ef91ecf72f854