# Several extras library for egui
[![Crates.io](https://img.shields.io/crates/v/egui_extras_lib.svg)](https://crates.io/crates/egui_extras_lib)
[![Egui_extras_lib documentation](https://docs.rs/egui_extras_lib/badge.svg)](https://docs.rs/egui_extras_lib)
0.13.7: Remove linux support due to various egui_glium issues, see: https://github.com/emilk/egui/issues/446
currently work on windows (MSVC/GNU) x86 and x86_64 only.
(the naitve libs are statically linked for both x86 and x86_64, so don't have to worry about vcruntime140_*.dll)
click [here](https://github.com/Ar37-rs/egui-extras-lib/tree/main/example) for examples.