util/frame: add some more accessors

This commit is contained in:
meh
2015-05-15 21:52:15 +02:00
parent 930af9d581
commit 2dd658f337
4 changed files with 73 additions and 1 deletions

2
src/util/chroma/mod.rs Normal file
View File

@ -0,0 +1,2 @@
pub mod location;
pub use self::location::Location;