# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rust-chip8-opengl" version = "1.1.6" description = "A CHIP-8 emulator written in rust. Can be ran as a CLI rendering either to the terminal or using GLFW." readme = "README.md" license = "MIT" repository = "https://github.com/josefwaller/rust-chip8-opengl" [dependencies.beryllium] version = "0.13.0" optional = true [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.crossterm] version = "0.27.0" optional = true [dependencies.gl] version = "0.14.0" optional = true [dependencies.glfw] version = "0.56.0" optional = true [dependencies.glow] version = "0.13.1" optional = true [dependencies.rand] version = "0.8" [dependencies.rodio] version = "0.19.0" [dev-dependencies.assert_hex] version = "0.4.1" [features] open-gl = [ "dep:beryllium", "dep:glow", "dep:gl", "dep:glfw", ] terminal = ["dep:crossterm"]