mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
feat: use plotters-gtk4 fork
This commit is contained in:
parent
4f1074526e
commit
df63ae0ee8
3
Cargo.lock
generated
3
Cargo.lock
generated
@ -1886,8 +1886,7 @@ checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "plotters-gtk4"
|
name = "plotters-gtk4"
|
||||||
version = "0.5.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "git+https://github.com/ilya-zlobintsev/plotters-gtk4/?branch=font-fixes#c23aef12d41e96289d263ad8933bd1ac777ef6b3"
|
||||||
checksum = "2f18ee173b0c8e6d8cb01c1e32a9b41bf41d74b277a69f22277bab05870e13d7"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gtk4",
|
"gtk4",
|
||||||
"pangocairo",
|
"pangocairo",
|
||||||
|
@ -33,13 +33,13 @@ plotters = { version = "0.3.5", default-features = false, features = [
|
|||||||
"full_palette",
|
"full_palette",
|
||||||
] }
|
] }
|
||||||
# plotters-cairo = "0.7.0"
|
# 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 }
|
cairo-rs = { version = "0.20", default-features = false }
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
|
|
||||||
thread-priority = "1.1.0"
|
thread-priority = "1.1.0"
|
||||||
|
|
||||||
divan = { workspace = true, optional = true }
|
divan = { workspace = true, optional = true }
|
||||||
plotters-gtk4 = "0.5.0"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user