File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.14 FATAL_ERROR)
2
2
cmake_policy (SET CMP0076 NEW)
3
3
4
- project (imgui-flame-graph)
4
+ project (imgui-flame-graph VERSION 1.02 )
5
5
6
6
option (IMGUI_FLAME_GRAPH_BUILD_EXAMPLE "Build an example using flame graph." ON )
7
7
Original file line number Diff line number Diff line change 1
1
# Dear ImGui Flame Graph Widget
2
2
[ ![ Build] ( https://github.com/bwrsandman/imgui-flame-graph/actions/workflows/build.yml/badge.svg )] ( https://github.com/bwrsandman/imgui-flame-graph/actions/workflows/build.yml )
3
- [ ![ Download] ( https://img.shields.io/badge/master-v1.01 -green.svg )] ( https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.01 )
3
+ [ ![ Download] ( https://img.shields.io/badge/master-v1.02 -green.svg )] ( https://github.com/bwrsandman/imgui-flame-graph/releases/tag/v1.02 )
4
4
[ ![ License] ( https://img.shields.io/github/license/bwrsandman/imgui-flame-graph )] ( LICENSE.md )
5
5
[ ![ GitHub Stars] ( https://img.shields.io/github/stars/bwrsandman/imgui-flame-graph?logo=github )] ( https://github.com/bwrsandman/imgui-flame-graph/stargazers )
6
6
[ ![ DOI] ( https://zenodo.org/badge/216259198.svg )] ( https://zenodo.org/badge/latestdoi/216259198 )
You can’t perform that action at this time.
0 commit comments