carbide_core 0.70.1

An easy-to-use, 100% Rust, extensible 2D GUI library.
Documentation
1
2
3
4
5
6
//! A module encompassing the primitive 2D shape widgets.
pub mod oval;
pub mod polygon;
pub mod rectangle;
pub mod triangles;
pub mod rounded_rectangle;