teodosin / karta

16 stars 1 forks source link

Move graph_cam and simulation to ui module #60

Closed teodosin closed 9 months ago

teodosin commented 9 months ago

graph_cam.rs and simulation.rs currently reside in the graph module, which should only deal with the underlying data structures of the graph. Move them to the ui module where they belong.