Skip to content

Commit b68e56b

Browse files
committed
Remove wgpu rasterizer
1 parent a33983e commit b68e56b

16 files changed

Lines changed: 22 additions & 2646 deletions

File tree

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- run: cargo clippy -p xtask --all-targets -- $STABLE_CLIPPY_OPTIONS
8585
# The subrandr crate is checked separately because it has a `_layout_tests` feature which
8686
# also does not follow our MSRV.
87-
- run: cargo clippy --no-deps -p subrandr --features wgpu --all-targets -- $STABLE_CLIPPY_OPTIONS
87+
- run: cargo clippy --no-deps -p subrandr --all-targets -- $STABLE_CLIPPY_OPTIONS
8888
- run: ./ci/c_sanity_check.sh
8989
env:
9090
CROSS_TARGET: ${{ matrix.rustc-cross-target }}

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## [Unreleased]
22

33
- Fixed infinite recursion when failing to shape an RTL segment if font provider fallback returns a font for the first codepoint.
4+
- The experimental `wgpu` rasterizer has been removed. It was a bunch of dead code that made changes to the rasterizer more difficult, hardware acceleration can be revisited in the future.
45

56
## [v1.3.0]
67

0 commit comments

Comments
 (0)