Skip to content

Commit f6bd360

Browse files
committed
Update to Rerun 0.13
1 parent 2b3fe9b commit f6bd360

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
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://github.com/rerun-io/rerun/releases/download/0.12.0/rerun_cpp_sdk.zip)
12+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.13.0/rerun_cpp_sdk.zip)
1313
FetchContent_MakeAvailable(rerun_sdk)
1414

1515
find_package(Eigen3 REQUIRED)

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ If you choose not to use pixi, you will need to install a few things yourself be
2626
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
2727

2828
If you need to install the viewer, follow the [installation guide](https://www.rerun.io/docs/getting-started/installing-viewer). Two of the more common ways to install the Rerun are:
29-
* Via cargo: `cargo install rerun-cli@0.12.0`
30-
* Via pip: `pip install rerun-sdk==0.12.0`
29+
* Via cargo: `cargo install rerun-cli@0.13.0`
30+
* Via pip: `pip install rerun-sdk==0.13.0`
3131

3232
After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.
3333

0 commit comments

Comments
 (0)