dear-imgui-sdl3 0.15.0

SDL3 platform backend with optional OpenGL3 renderer for dear-imgui-rs
1
2
3
4
//! SDL3 clipboard seam.
//!
//! The upstream `imgui_impl_sdl3.cpp` backend installs clipboard callbacks internally.
//! This module keeps that responsibility named without exposing duplicate Rust-side state.