Implement ManagedImage and codec abstraction (#38)

This commit is contained in:
2026-08-09 02:11:02 +00:00
parent d980692933
commit 2c806d80ff
9 changed files with 850 additions and 92 deletions

View File

@@ -32,4 +32,3 @@ impl SkiaTextureCodec {
)
}
}
impl libremetaverse_imaging::ITextureCodec for SkiaTextureCodec {}