view Cargo.toml @ 785:f73e8524c045

SDL Backend: Fix renderer interactions
author Link Mauve <linkmauve@linkmauve.fr>
date Mon, 01 Dec 2025 16:22:05 +0100
parents 11249e4b4e03
children
line wrap: on
line source

[workspace]
resolver = "2"

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" }