Skip to content

Commit 21789c5

Browse files
committed
Update to 0.10.0-rc.1
1 parent 4004761 commit 21789c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
99
endif()
1010

1111
include(FetchContent)
12-
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/b7f404a/rerun_cpp_sdk.zip) # 2023-10-29
12+
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/25dc50a/rerun_cpp_sdk.zip) # 2023-10-30
1313
FetchContent_MakeAvailable(rerun_sdk)
1414

1515
find_package(Eigen3 REQUIRED)

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ std::vector<Eigen::Vector3f> generate_random_points_vector(int num_points) {
2020

2121
int main() {
2222
auto rec = rerun::RecordingStream("rerun_example_cpp");
23-
rec.connect().throw_on_failure();
23+
rec.spawn().throw_on_failure();
2424

2525
rec.log_timeless("world", rerun::ViewCoordinates::RIGHT_HAND_Z_UP); // Set an up-axis
2626

0 commit comments

Comments
 (0)