# Conflicts: # Cargo.toml # core/src/window/icon.rs # core/src/window/id.rs # core/src/window/position.rs # core/src/window/settings.rs # examples/integration/src/main.rs # examples/integration_opengl/src/main.rs # glutin/src/application.rs # native/src/subscription.rs # native/src/window.rs # runtime/src/window/action.rs # src/lib.rs # src/window.rs # winit/Cargo.toml # winit/src/application.rs # winit/src/icon.rs # winit/src/settings.rs # winit/src/window.rs |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
iced_core
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.
Installation
Add iced_core as a dependency in your Cargo.toml:
iced_core = "0.9"
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.