Skip to content

Commit

Permalink
update dependencies, embed most in vendor directory
Browse files Browse the repository at this point in the history
  • Loading branch information
p3p committed May 15, 2024
1 parent 419613f commit f665198
Show file tree
Hide file tree
Showing 56 changed files with 90,313 additions and 5,496 deletions.
33 changes: 24 additions & 9 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/p3p/MarlinSimulator.git"
},
"version": "0.0.4",
"version": "0.1.0",
"authors":
[
{
Expand All @@ -17,16 +17,31 @@
"name": "Chris Pepper"
}
],
"dependencies":
{
"imgui": "https://github.com/p3p/imgui.git#pio_docking",
"implot": "https://github.com/p3p/implot.git#pio_master",
"vcd-writer": "https://github.com/favorart/vcd-writer.git#28e19a1bfe632535e69787a978ba9d001aee5987"
},
"build": {
"libLDFMode": "deep"
"libLDFMode": "deep",
"srcDir": "",
"includeDir": "",
"srcFilter": [
"+<src/**/*.cpp>",
"+<vendor/imgui-1.90.6-docking/*.cpp>",
"+<vendor/imgui-1.90.6-docking/backends/*.cpp>",
"+<vendor/implot-f156599/*.cpp>",
"+<vendor/ImGuiFileDialog-0.6.7/*.cpp>",
"+<vendor/vcd-writer-b4fe347/src/*.cpp>",
"+<vendor/glad/glad.c>"
],
"flags": [
"-Isrc",
"-Iinclude",
"-Ivendor/imgui-1.90.6-docking",
"-Ivendor/imgui-1.90.6-docking/backends",
"-Ivendor/implot-f156599",
"-Ivendor/ImGuiFileDialog-0.6.7",
"-Ivendor/vcd-writer-b4fe347/include",
"-Ivendor/glad/include",
"-DIMGUI_IMPL_OPENGL_LOADER_GLAD"
]
},
"frameworks": "*",
"platforms": "native"
}

Loading

0 comments on commit f665198

Please sign in to comment.