diff options
author | metamuffin <metamuffin@disroot.org> | 2022-10-17 15:27:33 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-10-17 15:27:33 +0200 |
commit | 740959405b1e9a1312798b482053c01b1fab4dbb (patch) | |
tree | 2946dc403b3f4357e80b1b3b889672bd9a68f4f0 /src/render/mod.rs | |
download | trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar.bz2 trash-map-740959405b1e9a1312798b482053c01b1fab4dbb.tar.zst |
a
Diffstat (limited to 'src/render/mod.rs')
-rw-r--r-- | src/render/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/mod.rs b/src/render/mod.rs new file mode 100644 index 0000000..cd9856e --- /dev/null +++ b/src/render/mod.rs @@ -0,0 +1,3 @@ +pub mod processing; +pub mod models; +pub mod composite; |