Crate egui_scale

Source
Expand description

This crate provides a trait for scaling various types in the egui library. It includes implementations for primitive types, vectors, and various egui types. The EguiScale trait allows for scaling values by a given factor, which can be useful for creating responsive UIs that adapt to different screen sizes or user preferences.

Traitsยง

EguiScale
A trait for scaling various types in the egui library.