Registry / other / imgui-winit-support

imgui-winit-support

JSON →
library0.13.0rscratesunverified

winit support code for the imgui crate.

# Cargo.toml [dependencies] imgui-winit-support = "0.13.0"
INSTALL
IMPORT
SIG · IMGUI-WINIT-SUPPOR
I
imgui-winit-support
otherrustv0.13.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WinitPlatform
use imgui_winit_support::WinitPlatform;

Creates a new WinitPlatform for integrating imgui with winit.

use imgui_winit_support::WinitPlatform; fn main() { let mut platform = WinitPlatform::new(); println!("Platform created"); }
Debug
Known issues
breakingRequires matching versions of imgui and winit; breaking changes common.
fix
Check compatibility table in repository before upgrading.
affects: >=0.10.0
Upgrade
Version history
0.13.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
imgui-winit-support — cargo add imgui-winit-support · libregistry