Create cdgen project

This commit is contained in:
Jaby 2022-10-06 20:08:56 +02:00
parent f31e0407b4
commit c2c6492379
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 bin_linux_projects=cpp_out jaby_engine_fconv
set clean_projects=cdtypes set clean_projects=cdtypes
set clean_projects_linux=tool_helper set clean_projects_linux=tool_helper

View File

@ -54,7 +54,7 @@
{ {
"id": "project", "id": "project",
"type": "pickString", "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" "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");
}