Skip to content

Commit bf0ff44

Browse files
committed
[remove] components module.
1 parent e7322b9 commit bf0ff44

File tree

4 files changed

+0
-34
lines changed

4 files changed

+0
-34
lines changed

crates/lambda-rs/src/components/mod.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/lambda-rs/src/components/renderer.rs

Lines changed: 0 additions & 1 deletion
This file was deleted.

crates/lambda-rs/src/components/window.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

crates/lambda-rs/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! Lambda is a simple, fast, and safe compute engine written in Rust.
22
33
pub mod component;
4-
pub mod components;
54
pub mod events;
65
pub mod math;
76
pub mod render;

0 commit comments

Comments
 (0)