index
:
iced
master
A cross-platform GUI library for Rust, inspired by Elm
cel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
wgpu
/
Cargo.toml
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-27
Update `wgpu` to `0.6` in `iced_wgpu`
Héctor Ramón Jiménez
1
-5
/
+3
2020-08-17
Upgrade glam to 0.9 & use glam's Mat4 ortho rh gl.
Cameron Hart
1
-1
/
+0
2020-05-31
Feature gate `font-kit` behind `"default_system_font"` feature.
Azriel Hoh
1
-1
/
+2
2020-05-29
Use published version of `wgpu_glyph`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-25
Update `wgpu_glyph` and `glyph_brush`
Héctor Ramón Jiménez
1
-2
/
+2
2020-05-19
Move built-in fonts to `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-19
Move `font::Source` to `iced_graphics`
Héctor Ramón Jiménez
1
-1
/
+1
2020-05-19
Draft new `iced_graphics` crate :tada:
Héctor Ramón Jiménez
1
-7
/
+4
2020-05-06
Pin `gfx-memory` until allocator issue is fixed
Héctor Ramón Jiménez
1
-0
/
+3
2020-05-05
Update iced_wgpu dependencies
Lukas Wirth
1
-4
/
+4
2020-04-26
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-15
Bump versions :tada:
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-13
Use new release of `wgpu_glyph`
Héctor Ramón Jiménez
1
-1
/
+1
2020-04-07
Update `wgpu` to `0.5` in `iced_wgpu` :tada:
Héctor Ramón Jiménez
1
-2
/
+3
2020-04-05
Enable feature flags in `docs.rs`
Héctor Ramón Jiménez
1
-0
/
+4
2020-04-02
Bump all versions :tada:
Héctor Ramón Jiménez
1
-3
/
+9
2020-03-03
Use new `wgpu_glyph` release in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2020-02-25
Updated shaders and removed debug_stub_derive dependency
Malte Veerman
1
-1
/
+0
2020-02-25
Merged image and svg texture atlases into one owned by the image pipeline.
Malte Veerman
1
-0
/
+1
2020-02-25
Implemented a texture atlas for images and svgs.
Malte Veerman
1
-0
/
+1
2020-02-11
Add `canvas` feature to `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+14
2020-01-20
Make `image` support optional in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2020-01-01
Move styling to a brand new `iced_style` crate
Héctor Ramón Jiménez
1
-0
/
+1
2019-12-15
Put `svg` rendering behind a feature gate
Héctor Ramón Jiménez
1
-1
/
+4
2019-12-11
Implemented SVG support in iced_wgpu.
Malte Veerman
1
-0
/
+1
2019-11-26
Fallback to embedded font when system font fails
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-24
Use latest `wgpu_glyph`
Héctor Ramón Jiménez
1
-1
/
+1
2019-11-20
Add installation section to subcrate `README`s
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-11
Split text measurements cache from rendering cache
Héctor Ramón Jiménez
1
-0
/
+1
2019-11-07
Update `wgpu` to `0.4` in `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+2
2019-11-03
Implement debug view and load system fonts
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-31
Replace `nalgebra` with `glam`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-28
Implement text clipping (caching still broken)
Héctor Ramón Jiménez
1
-3
/
+3
2019-10-25
Draft `Scrollable` widget (no clipping yet!)
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-23
Implement basic image rendering in `iced_wgpu`
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-13
Fix `wgpu_glyph` dependency in `iced_wgpu`
Héctor Ramón Jiménez
1
-1
/
+1
2019-10-07
Use latest `wgpu`
Héctor Ramón Jiménez
1
-5
/
+2
2019-10-07
Use `log` crate instead of `dbg!`
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-05
Draft basic text rendering using `wgpu_glyph`
Héctor Ramón Jiménez
1
-0
/
+1
2019-10-03
Initialize `wgpu`
Héctor Ramón Jiménez
1
-0
/
+4
2019-10-03
Start `iced_winit` and `iced_wgpu`
Héctor Ramón Jiménez
1
-2
/
+6
2019-09-24
Remove `stretch` optional dependency in `core`
Héctor Ramón Jiménez
1
-5
/
+0
2019-09-20
Create `iced_core` and `iced_native`
Héctor Ramón Jiménez
1
-0
/
+13
2019-09-14
Rethink workspace structure
Héctor Ramón Jiménez
1
-25
/
+0
2019-09-10
Switch to workspace layout
Héctor Ramón Jiménez
1
-5
/
+0
2019-09-10
Explain `ggez` personal fork in `Cargo.toml`
Héctor Ramón Jiménez
1
-0
/
+2
2019-09-05
Ask users to share use cases
Héctor Ramón Jiménez
1
-0
/
+6
2019-09-04
Improve tour example
Héctor Ramón Jiménez
1
-1
/
+1
2019-09-03
Update `ggez` example to `FontCache` changes
Héctor Ramón Jiménez
1
-1
/
+1
2019-09-01
Add more implementation details to `README`
Héctor Ramón Jiménez
1
-0
/
+2
[next]