Skip to content

Commit aa97f7f

Browse files
authored
Update to Rerun 0.21 (#33)
1 parent 3b31201 commit aa97f7f

File tree

5 files changed

+7375
-13372
lines changed

5 files changed

+7375
-13372
lines changed

Diff for: .github/workflows/cpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: prefix-dev/[email protected]
1313
with:
14-
pixi-version: v0.26.1
14+
pixi-version: v0.40.3
1515
cache: true
1616

1717
- name: run build task on all environments

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Build directories
22
build_*
3+
build
34

45
# Pixi environment
56
.pixi

Diff for: CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if(NOT DEFINED CMAKE_CXX_STANDARD)
88
set(CMAKE_CXX_STANDARD 17)
99
endif()
1010

11-
set(RERUN_CPP_URL "https://github.com/rerun-io/rerun/releases/download/0.18.2/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
11+
set(RERUN_CPP_URL "https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip" CACHE STRING "URL to the rerun_cpp zip.")
1212
option(RERUN_FIND_PACKAGE "Whether to use find_package to find a preinstalled rerun package (instead of using FetchContent)." OFF)
1313

1414
if(RERUN_FIND_PACKAGE)

0 commit comments

Comments
 (0)