Skip to main content

repose_platform/
render.rs

1//! Deprecated: import from `repose_core` directly.
2//! Kept for backward compatibility - will be removed in a future release.
3#[deprecated(note = "import from repose_core instead")]
4pub use repose_core::{ImageHandleGuard, RenderCommand, RenderContext};