From e428933723cde84d59137b5abca282bb1fdbc1e7 Mon Sep 17 00:00:00 2001 From: lamp Date: Sun, 5 Mar 2023 21:30:48 +0000 Subject: init --- Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..d68b694 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[package] +name = "chip8-emu" +version = "0.1.0" +authors = ["matthew"] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +minifb = "0.19.3" +cpal = "0.13.3" +rand = "0.8.3" -- cgit v1.2.3