graph: Move link data into new GObject subclass

This commit is contained in:
Tom A. Wagner
2023-07-19 15:06:51 +02:00
parent 475a83fab7
commit f986902929
6 changed files with 147 additions and 26 deletions

View File

@@ -20,5 +20,7 @@ mod node;
pub use node::*;
mod port;
pub use port::*;
mod link;
pub use link::*;
mod zoomentry;
pub use zoomentry::*;
pub use zoomentry::*;