# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ale" version = "0.1.3" authors = ["Callum Tolley "] include = ["src", "roms", "Cargo.toml"] description = "A Rust encapsulation of the Arcade Learning Environment" homepage = "https://github.com/trolleyman/ale-rs" documentation = "https://docs.rs/ale" readme = "README.md" license = "MIT" repository = "https://github.com/trolleyman/ale-rs" [dependencies.ale-sys] version = "0.1.1" [dependencies.tempdir] version = "0.3.7" [dev-dependencies.pixels] version = "0.0.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.winit] version = "0.21.0" [dev-dependencies.winit_input_helper] version = "0.5.0"