Skip to content

Commit

Permalink
don't build web for now
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Jul 3, 2023
1 parent d71fb36 commit 0651bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rerun_py/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ default = ["extension-module", "native_viewer"]

## The features we turn on when building the `depthai-viewer` PyPi package
## for <https://pypi.org/project/depthai-viewer/>.
pypi = ["extension-module", "native_viewer", "web_viewer"]
pypi = ["extension-module", "native_viewer"]

## We need to enable the `pyo3/extension-module` when building the SDK,
## but we cannot enable it when building tests and benchmarks, so we
Expand Down

0 comments on commit 0651bb7

Please sign in to comment.