Skip to main content

Crate elicit_winit

Crate elicit_winit 

Source
Expand description

elicit_winit — code-generation MCP tools for winit windowing and input.

All tools are emit-only: they generate Rust code snippets for native windowing applications. No windows are created at runtime.

§Plugins

PluginPrefixToolsCoverage
WinitWindowPluginwinit_window__8Window creation and configuration
WinitEventPluginwinit_event__7Event loop and ApplicationHandler
WinitInputPluginwinit_input__7Keyboard, mouse, touch, cursor

Re-exports§

pub use workflow::WinitEventLoopScaffolded;
pub use workflow::WinitEventPlugin;
pub use workflow::WinitInputHandled;
pub use workflow::WinitInputPlugin;
pub use workflow::WinitWindowConfigured;
pub use workflow::WinitWindowPlugin;

Modules§

workflow
Workflow plugins for elicit_winit.