feat: use plotters-gtk4 fork

This commit is contained in:
Ilya Zlobintsev 2025-02-09 14:08:48 +02:00
parent 4f1074526e
commit df63ae0ee8
2 changed files with 2 additions and 3 deletions

3
Cargo.lock generated
View File

@ -1886,8 +1886,7 @@ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
[[package]]
name = "plotters-gtk4"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f18ee173b0c8e6d8cb01c1e32a9b41bf41d74b277a69f22277bab05870e13d7"
source = "git+https://github.com/ilya-zlobintsev/plotters-gtk4/?branch=font-fixes#c23aef12d41e96289d263ad8933bd1ac777ef6b3"
dependencies = [
"gtk4",
"pangocairo",

View File

@ -33,13 +33,13 @@ plotters = { version = "0.3.5", default-features = false, features = [
"full_palette",
] }
# plotters-cairo = "0.7.0"
plotters-gtk4 = { git = "https://github.com/ilya-zlobintsev/plotters-gtk4/", branch = "font-fixes" }
cairo-rs = { version = "0.20", default-features = false }
itertools = "0.13.0"
thread-priority = "1.1.0"
divan = { workspace = true, optional = true }
plotters-gtk4 = "0.5.0"
[dev-dependencies]
pretty_assertions = "1.4.0"