software/scaling: add software scaling feature

This commit is contained in:
meh
2015-05-28 18:15:52 +02:00
parent 6c8a8f2edd
commit 8ceac13065
12 changed files with 485 additions and 9 deletions

View File

@ -47,6 +47,8 @@ pub use codec::threading;
#[cfg(feature = "device")]
pub mod device;
pub mod software;
fn init_error() {
util::error::register_all();
}