Added a demo file showing how to use retro.graph.Graph

Note that you will need to run `mwc update` to update retro-games
to at least 1.1.1.
This commit is contained in:
Chris Proctor
2025-12-10 15:18:56 -05:00
parent 9805e9d9e4
commit 93becc1a2b
3 changed files with 58 additions and 27 deletions

View File

@@ -9,7 +9,7 @@ license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"retro-games (>=1.1.0,<2.0.0)"
"retro-games (>=1.1.1,<2.0.0)"
]