Skip to content

Commit a35d092

Browse files
committed
expose lerobot crates
1 parent d8a89a5 commit a35d092

File tree

1 file changed

+2
-2
lines changed
  • crates/store/re_data_loader/src

1 file changed

+2
-2
lines changed

crates/store/re_data_loader/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ mod loader_directory;
1515
mod loader_rrd;
1616

1717
#[cfg(not(target_arch = "wasm32"))]
18-
mod lerobot;
18+
pub mod lerobot;
1919

2020
// This loader currently only works when loading the entire dataset directory, and we cannot do that on web yet.
2121
#[cfg(not(target_arch = "wasm32"))]
22-
mod loader_lerobot;
22+
pub mod loader_lerobot;
2323

2424
#[cfg(not(target_arch = "wasm32"))]
2525
mod loader_external;

0 commit comments

Comments
 (0)