graphview: Draw links using new gdk path API instead of cairo

This commit is contained in:
Tom Wagner
2024-03-23 12:24:43 +01:00
parent f32559511d
commit d7dd6033a6
4 changed files with 29 additions and 44 deletions

View File

@@ -16,6 +16,7 @@ categories = ["gui", "multimedia"]
[dependencies]
pipewire = "0.8.0"
adw = { version = "0.6", package = "libadwaita", features = ["v1_4"] }
gtk = { version = "0.8", package = "gtk4", features = ["v4_14"] }
glib = { version = "0.19", features = ["log"] }
async-channel = "2.2"