Create cdgen project

This commit is contained in:
jaby 2022-10-06 20:08:56 +02:00
parent a0c9be0d2a
commit 7e913e098a
5 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
set bin_projects=psxcdgen psxcdread
set bin_projects=psxcdgen psxcdread cdgen
set bin_linux_projects=cpp_out jaby_engine_fconv
set clean_projects=cdtypes
set clean_projects_linux=tool_helper

View File

@ -54,7 +54,7 @@
{
"id": "project",
"type": "pickString",
"options": ["cdtypes", "cpp_out", "jaby_engine_fconv", "psxcdgen", "psxcdread", "tool_helper"],
"options": ["cdgen", "cdtypes", "cpp_out", "jaby_engine_fconv", "psxcdgen", "psxcdread", "tool_helper"],
"description": "project to build"
},
{

View File

@ -0,0 +1,8 @@
[package]
name = "cdgen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]

View File

View File

@ -0,0 +1,4 @@
fn main() {
println!("Planschbecken");
}