summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authortom barrett <spalf0@gmail.com>2019-06-16 10:33:29 -0500
committertom barrett <spalf0@gmail.com>2019-06-16 10:33:29 -0500
commit49b07a29ab42b2d550becfd0de8da4231341b706 (patch)
tree7b2b16d90e00d825e4d813021d6b2eb3966b4528 /src/lib.rs
parent71db6116e43d2c1233cfbc4e8f6cdaa079a3667e (diff)
layers now supported
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 32420a3..98460e1 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,2 +1,3 @@
pub mod constants;
pub mod map;
+pub mod tileset;