From 0c2065aa969d00a49da81d8f1887e54dcb72820b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20L=C3=BCbe=C3=9F?= Date: Sun, 8 Nov 2020 14:15:34 +0100 Subject: [PATCH] Added submodule DirectX-beef --- .gitmodules | 3 +++ BeefSpace.toml | 2 +- GlitchyEngine/BeefProj.toml | 2 +- vendor/directx | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .gitmodules create mode 160000 vendor/directx diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..3528e49 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "vendor/directx"] + path = vendor/directx + url = https://github.com/aharabada/directx-beef.git diff --git a/BeefSpace.toml b/BeefSpace.toml index 4246be3..a40b1d4 100644 --- a/BeefSpace.toml +++ b/BeefSpace.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}} +Projects = {Sandbox = {Path = "Sandbox"}, GlitchyEngine = {Path = "GlitchyEngine"}, GlitchLog = {Path = "GlitchLog"}, DirectX = {Path = "vendor/directx/DirectX"}} [Workspace] StartupProject = "Sandbox" diff --git a/GlitchyEngine/BeefProj.toml b/GlitchyEngine/BeefProj.toml index bc35522..05812c5 100644 --- a/GlitchyEngine/BeefProj.toml +++ b/GlitchyEngine/BeefProj.toml @@ -1,5 +1,5 @@ FileVersion = 1 -Dependencies = {GlitchLog = "*", corlib = "*"} +Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*"} [Project] Name = "GlitchyEngine" diff --git a/vendor/directx b/vendor/directx new file mode 160000 index 0000000..5097197 --- /dev/null +++ b/vendor/directx @@ -0,0 +1 @@ +Subproject commit 509719738f4df2b3ca72bd24e9f1f593646bcdfb