File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
// MIT License
2
2
3
- // Copyright (c) 2022 Evan Pezent
3
+ // Copyright (c) 2023 Evan Pezent
4
4
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
// of this software and associated documentation files (the "Software"), to deal
20
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
// SOFTWARE.
22
22
23
- // ImPlot v0.15
23
+ // ImPlot v0.16
24
24
25
25
/*
26
26
Original file line number Diff line number Diff line change 1
1
// MIT License
2
2
3
- // Copyright (c) 2022 Evan Pezent
3
+ // Copyright (c) 2023 Evan Pezent
4
4
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
// of this software and associated documentation files (the "Software"), to deal
20
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
// SOFTWARE.
22
22
23
- // ImPlot v0.15
23
+ // ImPlot v0.16
24
24
25
25
// Table of Contents:
26
26
//
60
60
#endif
61
61
62
62
// ImPlot version string.
63
- #define IMPLOT_VERSION " 0.15 "
63
+ #define IMPLOT_VERSION " 0.16 "
64
64
// Indicates variable should deduced automatically.
65
65
#define IMPLOT_AUTO -1
66
66
// Special color used to indicate that a color should be deduced automatically.
Original file line number Diff line number Diff line change 1
1
// MIT License
2
2
3
- // Copyright (c) 2022 Evan Pezent
3
+ // Copyright (c) 2023 Evan Pezent
4
4
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
// of this software and associated documentation files (the "Software"), to deal
20
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
// SOFTWARE.
22
22
23
- // ImPlot v0.15
23
+ // ImPlot v0.16
24
24
25
25
// We define this so that the demo does not accidentally use deprecated API
26
26
#ifndef IMPLOT_DISABLE_OBSOLETE_FUNCTIONS
Original file line number Diff line number Diff line change 1
1
// MIT License
2
2
3
- // Copyright (c) 2022 Evan Pezent
3
+ // Copyright (c) 2023 Evan Pezent
4
4
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
// of this software and associated documentation files (the "Software"), to deal
20
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
// SOFTWARE.
22
22
23
- // ImPlot v0.15
23
+ // ImPlot v0.16
24
24
25
25
// You may use this file to debug, understand or extend ImPlot features but we
26
26
// don't provide any guarantee of forward compatibility!
Original file line number Diff line number Diff line change 1
1
// MIT License
2
2
3
- // Copyright (c) 2020 Evan Pezent
3
+ // Copyright (c) 2023 Evan Pezent
4
4
5
5
// Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
// of this software and associated documentation files (the "Software"), to deal
20
20
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
// SOFTWARE.
22
22
23
- // ImPlot v0.15
23
+ // ImPlot v0.16
24
24
25
25
#define IMGUI_DEFINE_MATH_OPERATORS
26
26
#include " implot.h"
You can’t perform that action at this time.
0 commit comments