flutter_wgpu_texture_core 0.2.1

Core trait and scene registry for flutter_wgpu_texture
Documentation
1
2
3
4
5
pub mod registry;
pub mod scene;

pub use registry::{register_scene, scene_from_registry};
pub use scene::{Scene, SceneRenderArgs};