parent
b165973d1a
commit
07a5333fbd
4 changed files with 14 additions and 14 deletions
@ -1 +1 @@ |
|||||||
IncludeDirs["imgui"] = "%{wks.location}/vendor/imgui" |
IncludeDirs["imgui-docking"] = "%{wks.location}/vendor/imgui" |
||||||
|
@ -1,14 +1,14 @@ |
|||||||
{ |
{ |
||||||
"name": "ImGui", |
"name": "ImGuiDocking", |
||||||
"author": "anulax1225", |
"author": "anulax1225", |
||||||
"git": "https://github.com/anulax1225/imgui", |
"git": "https://github.com/anulax1225/imgui-docking", |
||||||
"links": |
"links": |
||||||
[ |
[ |
||||||
"ImGui" |
"ImGuiDocking" |
||||||
], |
], |
||||||
"includes": |
"includes": |
||||||
[ |
[ |
||||||
"imgui" |
"imgui-docking" |
||||||
], |
], |
||||||
"packages":[] |
"packages":[] |
||||||
} |
} |
||||||
|
Loading…
Reference in New Issue