ale 0.1.2

A Rust encapsulation of the Arcade Learning Environment
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.ale-sys]
version = "0.1.1"

[dependencies.tempdir]
version = "0.3.7"

[package]
authors = ["Callum Tolley <cgtrolley@gmail.com>"]
description = "A Rust encapsulation of the Arcade Learning Environment"
documentation = "https://docs.rs/ale"
edition = "2018"
homepage = "https://github.com/trolleyman/ale-rs"
include = ["src", "roms", "Cargo.toml"]
license = "MIT"
name = "ale"
readme = "README.md"
repository = "https://github.com/trolleyman/ale-rs"
version = "0.1.2"