Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 811 Bytes

File metadata and controls

15 lines (11 loc) · 811 Bytes

iced_core

Documentation Crates.io License Discord Server

iced_core holds basic reusable types of the public API. For instance, basic data types like Point, Rectangle, Length, etc.

This crate is meant to be a starting point for an Iced runtime.

The foundations