diff options
| author | LLLL Colonq <llll@colonq> | 2024-06-14 13:26:29 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-06-14 13:26:29 -0400 |
| commit | 979b95219635d3b0b04e2e00c72e8fd43b4a8e96 (patch) | |
| tree | 99ab2532e9cb784f9be3035a6271f92885864e81 /src/lib.rs | |
| parent | a44792afb8fad5f0ff1d7e4c314f7fbc101371c5 (diff) | |
Shadowmaps
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,6 +11,7 @@ pub mod mesh; pub mod texture; pub mod font; pub mod audio; +pub mod shadow; pub fn run<F, G>(gnew: F) where G: state::Game + 'static, F: (Fn(&context::Context) -> G) { console_log::init_with_level(log::Level::Debug).unwrap(); |
