summary refs log tree commit diff
path: root/src/files/mod.rs
blob: c977be4bfba29e8dcce5ef213cdbf3d19d5ca7f6 (plain)
1
2
3
4
5
#![deny(unsafe_code)]

pub mod obj;
pub mod png;