From 979b95219635d3b0b04e2e00c72e8fd43b4a8e96 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 14 Jun 2024 13:26:29 -0400 Subject: Shadowmaps --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 781d0c0..fb98cb2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -11,6 +11,7 @@ pub mod mesh; pub mod texture; pub mod font; pub mod audio; +pub mod shadow; pub fn run(gnew: F) where G: state::Game + 'static, F: (Fn(&context::Context) -> G) { console_log::init_with_level(log::Level::Debug).unwrap(); -- cgit v1.2.3