File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -121,10 +121,4 @@ jobs:
121121 pr-base-branch : " master"
122122 pr-reviewers : JunaMeinhold
123123 pr-branch : backends-artifacts
124- pr-output-map : |
125- '{
126- "ImGuiImpl": "Hexa.NET.ImGui.Backends/native",
127- "ImGuiImplSDL2": "Hexa.NET.ImGui.Backends.SDL3/native"
128- "ImGuiImplSDL3": "Hexa.NET.ImGui.Backends.SDL3/native"
129- "ImGuiImplGLFW": "Hexa.NET.ImGui.Backends.GLFW/native"
130- }'
124+ pr-manifest-path : imgui_impl
Original file line number Diff line number Diff line change 8888 pr-base-branch : " master"
8989 pr-reviewers : JunaMeinhold
9090 pr-branch : imgui-artifacts
91- pr-output-map : |
92- '{
93- "cimgui": "Hexa.NET.ImGui/native",
94- "cimplot": "Hexa.NET.ImPlot/native"
95- "cimnodes": "Hexa.NET.ImNodes/native"
96- "cimguizmo": "Hexa.NET.ImGuizmo/native"
97- }'
91+ pr-manifest-path : imgui
Original file line number Diff line number Diff line change 1+ {
2+ "cimgui" : " Hexa.NET.ImGui/native" ,
3+ "cimplot" : " Hexa.NET.ImPlot/native" ,
4+ "cimnodes" : " Hexa.NET.ImNodes/native" ,
5+ "cimguizmo" : " Hexa.NET.ImGuizmo/native"
6+ }
Original file line number Diff line number Diff line change 1+ {
2+ "ImGuiImpl" : " Hexa.NET.ImGui.Backends/native" ,
3+ "ImGuiImplSDL2" : " Hexa.NET.ImGui.Backends.SDL3/native" ,
4+ "ImGuiImplSDL3" : " Hexa.NET.ImGui.Backends.SDL3/native" ,
5+ "ImGuiImplGLFW" : " Hexa.NET.ImGui.Backends.GLFW/native"
6+ }
You can’t perform that action at this time.
0 commit comments