fixed font rendering in svg

This commit is contained in:
elvis
2025-11-03 16:44:41 +01:00
parent 62545cb800
commit 866e4606da
3 changed files with 23 additions and 4 deletions

View File

@ -15,6 +15,7 @@ colored = "*"
lalrpop-util = "*"
petgraph = ">=0.8"
resvg = "*"
fontdb = "*"
dyn-clone = "*"
petgraph-graphml = "*"
egui_node_graph2 = { path = "../egui_node_graph2" }