Implement ManagedImage and codec abstraction (#38)
This commit is contained in:
@@ -11,6 +11,8 @@ pub mod codec {
|
||||
}
|
||||
|
||||
mod generated;
|
||||
mod managed_image;
|
||||
|
||||
pub use generated::*;
|
||||
pub use libremetaverse_types::Error;
|
||||
pub use managed_image::{DEFAULT_MAX_ENCODED_BYTES, DEFAULT_MAX_PIXELS};
|
||||
|
||||
Reference in New Issue
Block a user