update dependencies, initial UTF-8 support
Some checks failed
Rust / build (push) Has been cancelled

This commit is contained in:
Vinzenz Schroeter 2025-01-16 22:28:08 +01:00
parent 398cb8c165
commit ad5f1e8abe
9 changed files with 806 additions and 649 deletions

View file

@ -11,13 +11,14 @@ log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = ["derive"] }
# for drawing pixels onto the surface of the window
pixels = "0.14"
pixels = "0.15"
# I should not need this as a direct dependency, but then I cannot spell the types needed to use font-kit...
pathfinder_geometry = "0.5.1"
font-kit = "0.14.2"
thiserror = "2.0"
[dependencies.servicepoint]
version = "0.12.0"
version = "0.13.0"
features = ["all_compressions"]
[dependencies.winit]