Made core library a git submodule

This commit is contained in:
Observer KRypt0n_ 2023-01-18 19:15:57 +02:00
parent f85152c83a
commit c654d16e9f
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

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

View file

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

1
anime-game-core Submodule

@ -0,0 +1 @@
Subproject commit bf24743bd308517dc8ac885d473f70419c3e609a