Skip to content

Commit f2a84c6

Browse files
Wumpfemilk
andauthored
Update to Rerun 0.14.0 (#21)
* Update to Rerun 0.14.0rc4 * the real link :) * Update to Rerun 0.14.1 --------- Co-authored-by: Emil Ernerfeldt <[email protected]>
1 parent 2b3fe9b commit f2a84c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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://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.14.1/rerun_cpp_sdk.zip)
1313
FetchContent_MakeAvailable(rerun_sdk)
1414

1515
find_package(Eigen3 REQUIRED)

README.md

Lines changed: 2 additions & 2 deletions
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.14.1`
30+
* Via pip: `pip install rerun-sdk==0.14.1`
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)