Ported psxcdgen over

This commit is contained in:
Jaby
2022-08-21 13:06:39 +02:00
parent e898c40cde
commit 0e43e056cc
41 changed files with 5520 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "psxcdread"
version = "0.5.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cdtypes = {path = "../cdtypes"}