feat(imaging): default to pure-Rust codecs
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
//! Optional Skia imaging adapter corresponding to `LibreMetaverse.Imaging.Skia`.
|
||||
//!
|
||||
//! Enable `skia` or the fully native-Rust `rust-skia` alternative for bounded
|
||||
//! `BMP`, `GIF`, `ICO`, `JPEG`, `PNG`, `WBMP`, and `WebP` decoding.
|
||||
//! The default build remains inert. See the crate README for native cache,
|
||||
//! source-build, licensing, and cross-platform prerequisite details.
|
||||
//! The default `rust-skia` backend provides bounded pure-Rust `BMP`, `GIF`,
|
||||
//! `ICO`, `JPEG`, `PNG`, `WBMP`, and `WebP` decoding. Enable the optional
|
||||
//! `skia` feature when native Google Skia is specifically required. See the
|
||||
//! crate README for native cache, source-build, licensing, and deployment details.
|
||||
|
||||
extern crate self as libremetaverse_imaging_skia;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user