diff --git a/.gitmodules b/.gitmodules index 9ce1d05..183769b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ +[submodule "anime-game-core"] + path = anime-game-core + url = https://github.com/an-anime-team/anime-game-core [submodule "components"] path = components url = https://github.com/an-anime-team/components diff --git a/Cargo.toml b/Cargo.toml index e758e8d..d5e971d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" edition = "2021" [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" dirs = "4.0.0" diff --git a/anime-game-core b/anime-game-core new file mode 160000 index 0000000..bf24743 --- /dev/null +++ b/anime-game-core @@ -0,0 +1 @@ +Subproject commit bf24743bd308517dc8ac885d473f70419c3e609a