Added submodule DirectX-beef

This commit is contained in:
Simon Lübeß
2020-11-08 14:15:34 +01:00
parent 0cf3f5f572
commit 0c2065aa96
4 changed files with 6 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
[submodule "vendor/directx"]
path = vendor/directx
url = https://github.com/aharabada/directx-beef.git
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {GlitchLog = "*", corlib = "*"}
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*"}
[Project]
Name = "GlitchyEngine"
Vendored Submodule
+1
Submodule vendor/directx added at 509719738f