update to servicepoint 0.10, improve pixel handling

This commit is contained in:
Vinzenz Schroeter 2024-11-09 19:02:18 +01:00
parent 4ddec8eef2
commit 36d0daba05
8 changed files with 29 additions and 27 deletions

View file

@ -16,7 +16,7 @@ pixels = "0.14"
pathfinder_geometry = "0.5.1"
[dependencies.servicepoint]
version = "0.9.1"
version = "0.10.0"
features = ["all_compressions"]
[dependencies.winit]