summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-28Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez1-48/+0
2022-01-03Change GitHub namespace to new org for all filesLibravatar LordRatte1-1/+1
2021-04-10Use data urls instead of blob URLsLibravatar Liam Murphy1-3/+1
I didn't do this originally because I was half doing it in the first place to mess with Blob URLs, and it feels kinda wrong to be encoding it as base64 when that option is available. But not having memory leaks is more important.
2021-03-31Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2021-03-21Add `Blob` to web-sys featuresLibravatar Liam Murphy1-0/+1
rust-analyzer lied to me
2021-03-21feat(web): Support in-memory image dataLibravatar Liam Murphy1-0/+2
I had to create two methods which basically do the same thing, `from_memory` and `from_slice`, but `from_memory` takes ownership of the bytes to be compatible with `iced_native`. Also, `Data` is incompatible, because if I stored the bytes in `Data` and created a new object URL every render, it would have caused a memory leak because bumpalo doesn't call destructors and there'd be no way to call URL.revokeObjectUrl on it. It's also more efficient this way.
2020-11-26Bump versions :tada:Libravatar Héctor Ramón Jiménez1-4/+4
2020-07-01Update `dodrio` dependency in `iced_web`Libravatar Héctor Ramón Jiménez1-2/+2
2020-06-13Make `Slider` value generic in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-04-15Bump versions :tada:Libravatar Héctor Ramón Jiménez1-1/+1
2020-04-02Bump all versions :tada:Libravatar Héctor Ramón Jiménez1-4/+7
2020-02-06Implement `TextInput::on_submit` support in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-02-05Add `Handle` and `Data` to `image` in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-02-05Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+1
2020-01-20Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez1-1/+0
2020-01-19Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez1-1/+8
2019-12-18Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez1-1/+1
2019-11-25Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez1-2/+2
2019-11-24Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez1-0/+2
2019-11-23Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez1-1/+1
- Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
2019-10-23Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez1-2/+1
2019-09-20Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez1-1/+1
2019-09-16Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez1-1/+1
2019-09-15Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez1-0/+5
2019-09-14Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez1-0/+1
2019-09-14Rethink workspace structureLibravatar Héctor Ramón Jiménez1-0/+27