From ab670c2993bd3943b0fa743afc4a89622181fc2e Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Mon, 4 Mar 2024 00:43:54 +0800 Subject: chore(submodule): add core and nivis --- .gitmodules | 6 ++++++ hydro_roll_core | 1 + nivis_python | 1 + 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 hydro_roll_core create mode 160000 nivis_python diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..e95bcf8 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "hydro_roll_core"] + path = hydro_roll_core + url = https://github.com/HydroRoll-Team/HydroRollCore +[submodule "nivis_python"] + path = nivis_python + url = https://github.com/HydroRoll-Team/nivis-python diff --git a/hydro_roll_core b/hydro_roll_core new file mode 160000 index 0000000..967ce6d --- /dev/null +++ b/hydro_roll_core @@ -0,0 +1 @@ +Subproject commit 967ce6dc6fb3329b93293862c4e9178b8ce87091 diff --git a/nivis_python b/nivis_python new file mode 160000 index 0000000..830c1fb --- /dev/null +++ b/nivis_python @@ -0,0 +1 @@ +Subproject commit 830c1fbe10ebf4bbdf2cf3f881222d933db28962 -- cgit v1.2.3-70-g09d2