diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..4df63d6 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "doomfire"] + path = doomfire + url = https://github.com/r-marques/doomfire.git diff --git a/Cargo.toml b/Cargo.toml index 8c076cd..c35dc91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ license = "MIT" [dependencies] crossterm = "0.15" blockish = "0.0.8" -doomfire = { path = "../doomfire" } +doomfire = { path = "doomfire" } diff --git a/doomfire b/doomfire new file mode 160000 index 0000000..bb774f1 --- /dev/null +++ b/doomfire @@ -0,0 +1 @@ +Subproject commit bb774f11196a7e100dcb258378d8afbc3d68c3f9