iced/runtime
Cory Forsstrom 2a05ef9601
Don't clip raw overlay bounds
User interface wraps the overlay in `overlay::Nested`.
Clipping here w/ the base Nested overlay always clipped
at (0, 0) position instead of the correct position of
the child overlay. It's clipped properly already within
`Nested::draw`.
2023-07-24 09:26:24 -07:00
..
src Don't clip raw overlay bounds 2023-07-24 09:26:24 -07:00
Cargo.toml Merge branch 'master' into advanced-text 2023-04-17 23:41:12 +02:00
README.md Merge branch 'master' into advanced-text 2023-04-17 23:41:12 +02:00

iced_runtime

Documentation Crates.io License Discord Server

iced_runtime takes iced_core and builds a native runtime on top of it.

Iced moves fast and the master branch can contain breaking changes! If you want to learn about a specific release, check out the release list.