mirror of
https://github.com/henryksloan/kind-nes.git
synced 2025-04-02 10:31:47 -04:00
21 lines
No EOL
286 B
TOML
21 lines
No EOL
286 B
TOML
[workspace]
|
|
members = [
|
|
"nes",
|
|
"cpu",
|
|
"ppu",
|
|
"apu",
|
|
"memory",
|
|
"sdl-ui",
|
|
"windows-ui",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
debug = true
|
|
debug-assertions = true
|
|
overflow-checks = true
|
|
lto = false
|
|
panic = 'unwind'
|
|
incremental = true
|
|
codegen-units = 256
|
|
rpath = false |