Starting process of porting to tiny skia

This commit is contained in:
2025-05-22 01:44:12 -05:00
parent fd87302642
commit 4d71f7fe23
5 changed files with 83 additions and 152 deletions

View File

@ -11,14 +11,15 @@ reqwest = "0.12"
reqwest-middleware = "0.4.2"
http-cache-reqwest = "0.15.1"
palette = "0.7.6"
tiny-skia = "0.11.4"
# text rendering dependencies
arabic_reshaper = "0.4.2"
unicode-bidi = "0.3.18"
image = "0.25.6"
imagetext = { git = "https://github.com/nathanielfernandes/imagetext" }
[dependencies.magick_rust]
path = "./magick-rust"
#[dependencies.magick_rust]
#path = "./magick-rust"
[dependencies.tokio]
version = "1.21.2"