forked from Green-Sky/tomato
update implot to prep for imgui dyn fonts
This commit is contained in:
parent
cc96ed9ea9
commit
74f2de81e8
3
external/implot/CMakeLists.txt
vendored
3
external/implot/CMakeLists.txt
vendored
@ -5,7 +5,8 @@ include(FetchContent)
|
||||
if (NOT TARGET implot)
|
||||
FetchContent_Declare(implot
|
||||
GIT_REPOSITORY https://github.com/epezent/implot.git
|
||||
GIT_TAG 47522f47054d33178e7defa780042bd2a06b09f9 # 22-01-2025
|
||||
#GIT_TAG 47522f47054d33178e7defa780042bd2a06b09f9 # 22-01-2025
|
||||
GIT_TAG 193b9d8f92c4a437e84182b171f1ae266e72321f # 05-03-2025
|
||||
EXCLUDE_FROM_ALL
|
||||
CONFIGURE_COMMAND "" # no cmake
|
||||
)
|
||||
|
8
flake.lock
generated
8
flake.lock
generated
@ -21,17 +21,17 @@
|
||||
"implot": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1737544983,
|
||||
"narHash": "sha256-/hYfmkUa5zRb2iQHdw0FhNPBaUHqzEhA0lHDeNE8bkU=",
|
||||
"lastModified": 1741197716,
|
||||
"narHash": "sha256-rNiD7GXc2F3KWhCAMdAI2j2+ECn2VTlZ7bng5lfiVoo=",
|
||||
"owner": "epezent",
|
||||
"repo": "implot",
|
||||
"rev": "47522f47054d33178e7defa780042bd2a06b09f9",
|
||||
"rev": "193b9d8f92c4a437e84182b171f1ae266e72321f",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "epezent",
|
||||
"repo": "implot",
|
||||
"rev": "47522f47054d33178e7defa780042bd2a06b09f9",
|
||||
"rev": "193b9d8f92c4a437e84182b171f1ae266e72321f",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user