We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a89a5 commit a35d092Copy full SHA for a35d092
crates/store/re_data_loader/src/lib.rs
@@ -15,11 +15,11 @@ mod loader_directory;
15
mod loader_rrd;
16
17
#[cfg(not(target_arch = "wasm32"))]
18
-mod lerobot;
+pub mod lerobot;
19
20
// This loader currently only works when loading the entire dataset directory, and we cannot do that on web yet.
21
22
-mod loader_lerobot;
+pub mod loader_lerobot;
23
24
25
mod loader_external;
0 commit comments