summaryrefslogtreecommitdiffstats
path: root/src/error.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Create `iced_widget` subcrate and re-organize the whole codebaseLibravatar Héctor Ramón Jiménez2023-03-041-7/+9
* Use `iced_renderer` instead of `iced_graphics` in root crateLibravatar Héctor Ramón Jiménez2023-02-281-1/+1
* Change `ContextCreationFailed` to `GraphicsCreationFailed`Libravatar Richard2022-04-271-5/+5
* Introduce `Error::ContextCreationFailed`Libravatar Richard2022-04-201-5/+5
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-1/+0
* Make iced::Error Send + SyncLibravatar Taiki Endo2021-01-291-1/+12
* Make `Application` and `Sandbox` return a `Result`Libravatar Héctor Ramón Jiménez2020-09-081-0/+34