This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
celc8/Cargo.toml
Celeste 348b764f08
Implement almost all instructions
The only instructions not implemented are sound and display related as well as the RND instruction which will be implemented soon.
2022-02-20 18:48:59 +00:00

9 lines
197 B
TOML

[package]
name = "celc8"
version = "0.1.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# mini_gl_fb = "0.9.0"