Mercurial > touhou
view Cargo.toml @ 771:79c3f782dd41
Python: Replace the PBG3 loader with Rust’s
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Tue, 30 Aug 2022 18:41:50 +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" }