Fixed error "Cant' find project ImGuiImplDX11"

This commit is contained in:
Simon Lübeß
2020-11-29 01:17:57 +01:00
parent 0d4bab5dba
commit 6e2c801265
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FileVersion = 1
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", ImGui = "*", ImGuiImplDX11 = "*", ImGuiImplWin32 = "*"}
Dependencies = {GlitchLog = "*", corlib = "*", DirectX = "*", ImGui = "*", ImGuiImplWin32 = "*", ImGuiImplDX11 = "*"}
[Project]
Name = "GlitchyEngine"