[][src]Crate gelatin

Idk man

Re-exports

pub use cgmath;
pub use glium;
pub use image;

Modules

application
button
label
line_layout_container
misc
picture
shaders
slider
window

Macros

add_common_widget_functions

Structs

DrawContext
Event
Vertex

Enums

EventKind
NextUpdate
WidgetError

Traits

Widget
WidgetData

Functions

widget_data_ptr

This function can be used to avoid comparing fat trait pointers as those can be different even when they point to the same object. For more see: https://doc.rust-lang.org/std/ptr/fn.eq.html#examples and https://github.com/rust-lang/rust-clippy/pull/5294