Initial MetaCrate rewrite shell
This commit is contained in:
11
crates/libremetaverse-imaging-skia/src/generated.rs
Normal file
11
crates/libremetaverse-imaging-skia/src/generated.rs
Normal file
@@ -0,0 +1,11 @@
|
||||
// @generated by tools/generate_surface.py; do not edit by hand.
|
||||
// Source: LibreMetaverse 2aa70bb68513b39795da5d13c88f31b86e85a3ba
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
/// `class` shim for C# `LibreMetaverse.Imaging.Skia.SkiaTextureCodec`; members remain intentionally unimplemented.
|
||||
#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
|
||||
pub struct SkiaTextureCodec;
|
||||
impl SkiaTextureCodec {
|
||||
pub const CSHARP_NAME: &'static str = "LibreMetaverse.Imaging.Skia.SkiaTextureCodec";
|
||||
pub const CSHARP_KIND: &'static str = "class";
|
||||
}
|
||||
Reference in New Issue
Block a user