chip8-rust/Cargo.toml

12 lines
141 B
TOML
Raw Permalink Normal View History

2025-01-20 19:42:22 +00:00
[profile.release]
lto = true
codegen-units = 1
2025-01-07 12:38:53 +00:00
[workspace]
2025-01-07 13:54:20 +00:00
resolver = "2"
2025-01-07 12:38:53 +00:00
members = [
"chip8_tui",
"chip8_core",
2025-01-21 20:15:56 +00:00
"chip8_sdl",
]