Cargo Features
[dependencies]
border-atari-env = { version = "0.0.8", default-features = false, features = ["sdl", "candle", "tch", "pixels", "winit", "minifb", "winit_input_helper"] }
- default = atari-env-sys, minifb, pixels, winit, winit_input_helper
-
These default features are set whenever
border-atari-envis added withoutsomewhere 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
- candle = border-candle-agent, candle-core
-
Affects
act::candle,obs::canadle… - tch = border-tch-agent
-
Enables tch ^0.16.0
Affects
act::tch_,obs::tch_…
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
- border-tch-agent tch?
- candle-core candle?
-
Enables candle-core =0.8.4
- border-candle-agent candle?
- atari-env-sys default sdl?
- minifb default
-
Enables minifb ^0.19.2
- winit_input_helper default
-
Enables winit_input_helper ^0.9.0