iced-yoda/core
Lionel DARNIS 1a57634add
Some checks failed
Check / widget (push) Has been cancelled
Audit / vulnerabilities (push) Has been cancelled
Check / wasm (push) Has been cancelled
Document / all (push) Has been cancelled
Format / all (push) Has been cancelled
Lint / all (push) Has been cancelled
Test / all (macOS-latest, 1.88) (push) Has been cancelled
Test / all (macOS-latest, beta) (push) Has been cancelled
Test / all (macOS-latest, stable) (push) Has been cancelled
Test / all (ubuntu-latest, 1.88) (push) Has been cancelled
Test / all (ubuntu-latest, beta) (push) Has been cancelled
Test / all (ubuntu-latest, stable) (push) Has been cancelled
Test / all (windows-latest, 1.88) (push) Has been cancelled
Test / all (windows-latest, beta) (push) Has been cancelled
Test / all (windows-latest, stable) (push) Has been cancelled
yoda: cargo fix sweep post-rebase (unused imports/vars)
Leyoda 2026 – GPLv3
2026-07-02 19:10:42 +02:00
..
src yoda: cargo fix sweep post-rebase (unused imports/vars) 2026-07-02 19:10:42 +02:00
Cargo.toml feat: add selectable() to Text 2026-05-16 08:28:37 -04: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