Learning project, game of life with compute and render threads using gtk-rs and a nice Catppuccin Moka palette
grid_graph.rs : contains useful structures to represent the grid as a graph (look for neighbors...)
main.rs : contains the main code creating the gtk app and running and displaying the game