Skip to content

Commit d1fa237

Browse files
committed
v0.3.0 release
1 parent 609394c commit d1fa237

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

include/nanogui/chroma.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include <nanogui/widget.h>
1818

1919
#include <array>
20-
#include <string_view>
2120

2221
NAMESPACE_BEGIN(nanogui)
2322

include/nanogui/common.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#pragma once
1717

1818
#include <cstdint>
19-
#include <array>
2019
#include <utility>
2120
#include <functional>
2221
#include <string>
@@ -26,7 +25,7 @@
2625
#include <cassert>
2726

2827
#define NANOGUI_VERSION_MAJOR 0
29-
#define NANOGUI_VERSION_MINOR 2
28+
#define NANOGUI_VERSION_MINOR 3
3029
#define NANOGUI_VERSION_PATCH 0
3130

3231
#define NANOGUI_STRINGIFY(x) #x

src/python/canvas.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "python.h"
44
#include <nanobind/stl/array.h>
5+
#include <array>
56

67
class PyCanvas : public Canvas {
78
public:

0 commit comments

Comments
 (0)