view Cargo.toml @ 773:317e93b7d586 default tip

Python: Remove the GTK menu
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 28 Apr 2025 13:03:20 +0200
parents f6c287745a67
children
line wrap: on
line source

[workspace]

members = [
    "formats",
    "interpreters",
    "python",
    "runners",
    "utils",
]

[patch.crates-io]
touhou-formats = { path = "formats" }
touhou-interpreters = { path = "interpreters" }
touhou-python = { path = "python" }
touhou-runners = { path = "runners" }
touhou-utils = { path = "utils" }