diff options
author | tom barrett <spalf0@gmail.com> | 2019-06-18 07:23:10 -0500 |
---|---|---|
committer | tom barrett <spalf0@gmail.com> | 2019-06-18 07:23:10 -0500 |
commit | c510d4a406218c38e1146503473e9e10c282a56d (patch) | |
tree | 07ac460954a6919bb040b70ee791a9fe5473264a /src/lib.rs | |
parent | 2ad96b7f882ff962f67a13c7c56a46df86cfe6e3 (diff) |
much better way of receiving xml
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,3 +3,4 @@ pub mod constants; pub mod map; pub mod state; pub mod tileset; +pub mod xmlelements; |