Héctor Ramón Jiménez
|
4406494ff3
|
Pin gfx-memory until allocator issue is fixed
https://github.com/gfx-rs/wgpu-rs/issues/261
|
2020-05-06 00:18:15 +02:00 |
|
Lukas Wirth
|
3a5a07d49d
|
Update iced_wgpu dependencies
font-kit 0.4 -> 0.6
guillotiere 0.4 -> 0.5
image 0.22 -> 0.23
resvg 0.8 -> 0.9
|
2020-05-05 01:04:40 +02:00 |
|
Héctor Ramón Jiménez
|
3f4770fd28
|
Bump versions 🎉
|
2020-04-26 17:20:56 +02:00 |
|
Héctor Ramón
|
99e020c7b5
|
Merge pull request #269 from hecrj/update-wgpu
Update `wgpu` to `0.5` in `iced_wgpu`
|
2020-04-16 04:59:56 +02:00 |
|
Héctor Ramón Jiménez
|
4808fcbd7e
|
Bump versions 🎉
|
2020-04-15 08:58:14 +02:00 |
|
Héctor Ramón Jiménez
|
2fce83b205
|
Use new release of wgpu_glyph
|
2020-04-13 05:02:07 +02:00 |
|
Héctor Ramón Jiménez
|
d807ef367e
|
Update wgpu to 0.5 in iced_wgpu 🎉
|
2020-04-07 05:48:21 +02:00 |
|
Héctor Ramón Jiménez
|
335ad1dd1d
|
Enable feature flags in docs.rs
|
2020-04-05 04:52:03 +02:00 |
|
Héctor Ramón Jiménez
|
d0cca658a1
|
Bump all versions 🎉
|
2020-04-02 17:40:20 +02:00 |
|
Héctor Ramón Jiménez
|
02091267bf
|
Use new wgpu_glyph release in iced_wgpu
|
2020-03-03 00:07:30 +01:00 |
|
Malte Veerman
|
2f695ef980
|
Updated shaders and removed debug_stub_derive dependency
|
2020-02-25 13:27:03 +01:00 |
|
Malte Veerman
|
743637ebda
|
Merged image and svg texture atlases into one owned by the image pipeline.
|
2020-02-25 13:26:50 +01:00 |
|
Malte Veerman
|
1bcfc9a5cc
|
Implemented a texture atlas for images and svgs.
|
2020-02-25 13:26:33 +01:00 |
|
Héctor Ramón Jiménez
|
8daf798e57
|
Add canvas feature to iced_wgpu
And prepare `canvas` module
|
2020-02-11 23:14:25 +01:00 |
|
Héctor Ramón Jiménez
|
bc611cf51c
|
Make image support optional in iced_wgpu
This reduces binary size when image rendering is not necessary a
considerable amount.
|
2020-01-20 11:19:42 +01:00 |
|
Héctor Ramón Jiménez
|
e1062a02d1
|
Move styling to a brand new iced_style crate
|
2020-01-01 14:16:10 +01:00 |
|
Héctor Ramón Jiménez
|
232d4873ba
|
Put svg rendering behind a feature gate
This reduces binary size when SVG supoprt is not needed.
|
2019-12-15 06:45:20 +01:00 |
|
Malte Veerman
|
8032428428
|
Implemented SVG support in iced_wgpu.
|
2019-12-11 20:02:43 +01:00 |
|
Héctor Ramón Jiménez
|
a99aa1dd61
|
Fallback to embedded font when system font fails
|
2019-11-26 15:32:11 +01:00 |
|
Héctor Ramón Jiménez
|
c6edc75f58
|
Use latest wgpu_glyph
|
2019-11-24 17:16:19 +01:00 |
|
Héctor Ramón Jiménez
|
4b94cf0035
|
Add installation section to subcrate READMEs
|
2019-11-20 09:56:16 +01:00 |
|
Héctor Ramón Jiménez
|
860a6923bb
|
Split text measurements cache from rendering cache
This speeds up layouting in the most common scenario considerably!
🎉
|
2019-11-11 06:07:31 +01:00 |
|
Héctor Ramón Jiménez
|
8dc4bd5a1d
|
Update wgpu to 0.4 in iced_wgpu
|
2019-11-07 02:38:34 +01:00 |
|
Héctor Ramón Jiménez
|
2c6bfdbc8c
|
Implement debug view and load system fonts
|
2019-11-03 04:39:11 +01:00 |
|
Héctor Ramón Jiménez
|
298c42ac5f
|
Replace nalgebra with glam
`glam` compiles much faster and leverages SIMD nicely.
|
2019-10-31 01:41:04 +01:00 |
|
Héctor Ramón Jiménez
|
2b23e0986c
|
Implement text clipping (caching still broken)
|
2019-10-28 04:28:21 +01:00 |
|
Héctor Ramón Jiménez
|
719c073fc6
|
Draft Scrollable widget (no clipping yet!)
|
2019-10-25 03:47:34 +02:00 |
|
Héctor Ramón Jiménez
|
38b6c84e77
|
Implement basic image rendering in iced_wgpu
|
2019-10-23 01:21:23 +02:00 |
|
Héctor Ramón Jiménez
|
523736f08b
|
Fix wgpu_glyph dependency in iced_wgpu
|
2019-10-13 18:57:34 +02:00 |
|
Héctor Ramón Jiménez
|
0995950526
|
Use latest wgpu
|
2019-10-07 19:50:04 +02:00 |
|
Héctor Ramón Jiménez
|
c9da3a10d9
|
Use log crate instead of dbg!
|
2019-10-07 04:05:40 +02:00 |
|
Héctor Ramón Jiménez
|
0c3f78713d
|
Draft basic text rendering using wgpu_glyph
|
2019-10-05 05:12:36 +02:00 |
|
Héctor Ramón Jiménez
|
8bb33cd5a0
|
Initialize wgpu
We only enable the `vulkan` feature for now.
|
2019-10-03 00:23:08 +02:00 |
|
Héctor Ramón Jiménez
|
e1b9d42bf1
|
Start iced_winit and iced_wgpu
|
2019-10-03 00:01:45 +02:00 |
|