diff --git a/.gitmodules b/.gitmodules index 183769b..9ce1d05 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,3 @@ -[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 b705019..62b0b1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ readme = "README.md" edition = "2021" [dependencies] -anime-game-core = { path = "anime-game-core", features = ["genshin", "all", "static"] } +anime-game-core = { git = "https://github.com/an-anime-team/anime-game-core", features = ["genshin", "all", "static"] } anyhow = "1.0" dirs = "4.0.0" diff --git a/anime-game-core b/anime-game-core deleted file mode 160000 index 73d3644..0000000 --- a/anime-game-core +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 73d3644761bef06cfc16e4e4bc4f9b9af3c50139 diff --git a/components b/components index f7219b5..5580f7b 160000 --- a/components +++ b/components @@ -1 +1 @@ -Subproject commit f7219b5b1b50d8b09ab14142c5972656bef42900 +Subproject commit 5580f7be0fbdfba677ec32b2fd7d11cb762edebf