Skip to content

Commit 2eb590b

Browse files
authored
Update to 0.25.0 (#25)
1 parent 379fc8d commit 2eb590b

File tree

4 files changed

+104
-24
lines changed

4 files changed

+104
-24
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313

1414
# Rerun:
1515
include(FetchContent)
16-
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.24.1/rerun_cpp_sdk.zip)
16+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.25.0/rerun_cpp_sdk.zip)
1717
FetchContent_MakeAvailable(rerun_sdk)
1818

1919
# VRS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ If you choose not to use pixi, you will need to install a few things yourself be
2929
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
3030

3131
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 Viewer are:
32-
* Via cargo: `cargo install rerun-cli@0.24.1 --locked`
33-
* Via pip: `pip install rerun-sdk==0.24.1`
32+
* Via cargo: `cargo install rerun-cli@0.25.0 --locked`
33+
* Via pip: `pip install rerun-sdk==0.25.0`
3434

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

pixi.lock

Lines changed: 100 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ lint-typos = "typos"
6666
[dependencies]
6767
# C++ build-tools:
6868
boost = "1.84.0.*"
69+
ccache = "*"
6970
clang-tools = "16.0.6.*" # clang-format
7071
cmake = "3.27.6.*"
7172
cxx-compiler = "1.6.0.*"

0 commit comments

Comments
 (0)