Cargo Features
[dependencies]
border-atari-env = { version = "0.0.7", default-features = false, features = ["sdl", "pixels", "winit", "tch", "candle-core", "minifb", "winit_input_helper"] }
- default = atari-env-sys, minifb, pixels, winit, winit_input_helper
-
These default features are set whenever
border-atari-env
is added without
somewhere in the dependency tree.default-features = false - sdl
-
Enables sdl of atari-env-sys
The following crates are required by the code adapted from atari-env
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- pixels default
-
Enables pixels ^0.2.0
- winit default
-
Enables winit ^0.24.0
- tch implicit feature
-
Enables tch ^0.16.0
tch:
Rust wrappers for the PyTorch C++ api (libtorch)
- candle-core implicit feature
-
Enables candle-core =0.4.1
candle-core:
Minimalist ML framework
- atari-env-sys default sdl?
- minifb default
-
Enables minifb ^0.19.2
- winit_input_helper default
-
Enables winit_input_helper ^0.9.0