Standardize instruction cycle handling and update return types for better clarity and accuracy. Add cycle count assertions in tests to ensure proper execution timings. Minor formatting fixes and typo corrections throughout the codebase.
12 lines
231 B
TOML
12 lines
231 B
TOML
[package]
|
|
name = "untitled"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serde_json = "1.0.140"
|
|
glob = "0.3.2"
|
|
sdl2 = "0.35.2"
|