summaryrefslogtreecommitdiffstats
path: root/web/Cargo.toml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace `iced_web` with WebGL support in `wgpu` :tada:Libravatar Héctor Ramón Jiménez2022-01-281-48/+0
|
* Change GitHub namespace to new org for all filesLibravatar LordRatte2022-01-031-1/+1
|
* Merge pull request #788 from Liamolucko/web-in-memory-imageLibravatar Héctor Ramón2021-09-011-0/+1
|\ | | | | feat(web): Support in-memory image data
| * Use data urls instead of blob URLsLibravatar Liam Murphy2021-04-101-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.
| * Add `Blob` to web-sys featuresLibravatar Liam Murphy2021-03-211-0/+1
| | | | | | | | rust-analyzer lied to me
| * feat(web): Support in-memory image dataLibravatar Liam Murphy2021-03-211-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.
* | Bump versions :tada:Libravatar Héctor Ramón Jiménez2021-03-311-4/+4
|/
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-11-261-4/+4
|
* Update `dodrio` dependency in `iced_web`Libravatar Héctor Ramón Jiménez2020-07-011-2/+2
|
* Make `Slider` value generic in `iced_web`Libravatar Héctor Ramón Jiménez2020-06-131-0/+1
|
* Bump versions :tada:Libravatar Héctor Ramón Jiménez2020-04-151-1/+1
|
* Bump all versions :tada:Libravatar Héctor Ramón Jiménez2020-04-021-4/+7
|
* Implement `TextInput::on_submit` support in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-061-0/+1
|
* Add `Handle` and `Data` to `image` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-0/+1
|
* Support styling for `Button` in `iced_web`Libravatar Héctor Ramón Jiménez2020-02-051-0/+1
|
* Add `Application::Executor` associated typeLibravatar Héctor Ramón Jiménez2020-01-201-1/+0
|
* Create `iced_futures` and wire everything upLibravatar Héctor Ramón Jiménez2020-01-191-1/+8
|
* Fix missing `Subscription` type in `iced_web`Libravatar Héctor Ramón Jiménez2019-12-181-1/+1
|
* Add `CHANGELOG` to subcratesLibravatar Héctor Ramón Jiménez2019-11-251-2/+2
|
* Spawn `Command` futures in `iced_web`Libravatar Héctor Ramón Jiménez2019-11-241-0/+2
|
* Make `tour` work with `iced_web` again :tada:Libravatar Héctor Ramón Jiménez2019-11-231-1/+1
| | | | | - Implements `TextInput`, `Scrollable`, and `Container` - Adds basic style generation
* Connect `iced_web` with `iced` properlyLibravatar Héctor Ramón Jiménez2019-10-231-2/+1
|
* Create `iced_core` and `iced_native`Libravatar Héctor Ramón Jiménez2019-09-201-1/+1
|
* Use `futures-preview` instead of `futures`Libravatar Héctor Ramón Jiménez2019-09-161-1/+1
|
* Draft nodes for missing widgetsLibravatar Héctor Ramón Jiménez2019-09-151-0/+5
|
* Draft web runtime and widgetsLibravatar Héctor Ramón Jiménez2019-09-141-0/+1
|
* Rethink workspace structureLibravatar Héctor Ramón Jiménez2019-09-141-0/+27