Use the dlopen feature for fontconfig

closes #2376
This commit is contained in:
Olivier Goffart 2023-04-19 15:31:14 +02:00 committed by Olivier Goffart
parent 621ca4f56c
commit 1d3d19536e
10 changed files with 29 additions and 101 deletions

View file

@ -15,7 +15,7 @@ name = "plotter"
[dependencies]
slint = { path = "../../api/rs/slint" }
plotters = { version = "0.3.4", default-features = false, features = ["bitmap_backend", "surface_series"] }
plotters = { version = "0.3.4", default-features = false, features = ["bitmap_backend", "surface_series", "fontconfig-dlopen"] }
[build-dependencies]
slint-build = { path = "../../api/rs/build" }