From 0651bb7db48142ac27641496ad657738bcae921f Mon Sep 17 00:00:00 2001 From: zrezke Date: Mon, 3 Jul 2023 09:52:51 +0200 Subject: [PATCH] don't build web for now --- rerun_py/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rerun_py/Cargo.toml b/rerun_py/Cargo.toml index d6334c3b4f39..787d44ce4c62 100644 --- a/rerun_py/Cargo.toml +++ b/rerun_py/Cargo.toml @@ -16,7 +16,7 @@ default = ["extension-module", "native_viewer"] ## The features we turn on when building the `depthai-viewer` PyPi package ## for . -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