dccake/Cargo.toml
2025-01-03 11:57:49 -05:00

17 lines
380 B
TOML

[package]
name = "dccake"
version = "0.1.0"
edition = "2021"
[profile.release]
opt-level = 3
overflow-checks = false
strip = "symbols"
[patch.crates-io]
libc = { path = "/opt/toolchains/dc/rust/libc" }
[dependencies]
kos = { package = "kos-rs", git = "https://github.com/dreamcast-rs/kos-rs" }
gldc = { package = "gldc-sys", git = "https://github.com/dreamcast-rs/gldc-sys" }