File tree
4 files changed
+17
-17
lines changed- Dependencies
- src/Render/ImGui
4 files changed
+17
-17
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
Submodule imgui-beef updated 40 files
- .github/workflows/build.yml+131-46
- .gitignore+7
- BeefProj.toml
- Generator/BindingGenerator.cs+15-8
- Generator/ImGui/ImGuiEnum.cs+3-2
- Generator/ImGui/ImGuiGlobalMethodDefinition.cs+4
- Generator/ImGui/ImGuiImplStruct.cs+1
- Generator/ImGui/ImGuiMethodDefinition.cs+4-1
- Generator/ImGui/ImGuiMethodParameter.cs+10-4
- Generator/ImGui/ImGuiStruct.cs+58-2
- Generator/ImGui/ImGuiTypeDef.cs+1-1
- Generator/Program.cs+1-1
- ImGui/dist/Debug-Linux64/cimgui.a
- ImGui/dist/Debug-Win64/cimgui.lib
- ImGui/dist/Debug-macOS/cimgui.a
- ImGui/dist/Release-Linux64/cimgui.a
- ImGui/dist/Release-Win64/cimgui.lib
- ImGui/dist/Release-macOS/cimgui.a
- ImGuiImplGlfw/BeefProj.toml+9-9
- ImGuiImplGlfw/Package.toml+8
- ImGuiImplOpenGL2/BeefProj.toml+2-2
- ImGuiImplOpenGL2/Package.toml+7
- ImGuiImplOpenGL3/BeefProj.toml+9-9
- ImGuiImplOpenGL3/Package.toml+7
- ImGuiImplSDL/BeefProj.toml+2-2
- ImGuiImplSDL/Package.toml+8
- ImGuiImplSDL/src/ImGuiImplSDL.bf+1
- Package.toml+11
- README.md+4-4
- cimgui+1-1
- dist/Debug-Linux64/cimgui.a
- dist/Debug-Win64/cimgui.lib
- dist/Debug-macOS/cimgui.a
- dist/Release-Linux64/cimgui.a
- dist/Release-Win64/cimgui.lib
- dist/Release-macOS/cimgui.a
- example/BeefProj.toml+7
- example/Package.toml+9
- example/src/Program.bf+50
- src/ImGui.bf+868-595
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
162 |
| - | |
163 |
| - | |
164 |
| - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
254 |
| - | |
255 |
| - | |
256 |
| - | |
257 |
| - | |
258 |
| - | |
259 |
| - | |
260 |
| - | |
261 |
| - | |
262 |
| - | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
263 | 263 |
| |
264 | 264 |
| |
265 | 265 |
| |
|
0 commit comments