From e5efc5773cf7cb6f56478e1690eb3d49828fbaf0 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sun, 13 Oct 2024 15:42:02 -0500 Subject: [PATCH] removing old way of building core --- src/rust/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/lib.rs b/src/rust/lib.rs index 8731099..f8a049a 100644 --- a/src/rust/lib.rs +++ b/src/rust/lib.rs @@ -13,5 +13,5 @@ pub mod utils; pub mod video_model; pub mod ytdl; pub mod slide_types; -pub mod core; +// pub mod core; // mod video_thumbnail;