iced-yoda/core
edwloef 0cd82ccc11
Fix layout explanation being hidden by multi-layer widgets
If the child widget has multiple layers (e.g. `Stack`), the layout explanation
would be partially hidden by the layers of the child widget. Just put the layout
explanation in its own layer to mitigate this.

Co-authored-by: Craig Watson <craig@watsons.ch>
2025-11-25 22:10:50 +01:00
..
src Fix layout explanation being hidden by multi-layer widgets 2025-11-25 22:10:50 +01:00
Cargo.toml Use winit to obtain current theme::Mode 2025-09-08 05:16:20 +02:00
README.md Update outdated READMEs of subcrates 2024-05-27 13:47:57 +02:00

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