Cargo Features

opl-emu has no features set by default.

[dependencies]
opl-emu = { version = "0.2.3", features = ["sdl", "web", "catalog", "extract-bin", "player-bin", "soundcheck-w3d-bin"] }
sdl

Enables sdl2

Affects opl-emu::backend_sdl, opl-emu::new

web

Affects opl-emu::backend_web, opl-emu::new

catalog

Affects opl-emu::catalog

extract-bin

Enables clap

Required by the opl-extract binary

player-bin

Enables clap and ratatui ^0.28.1

Required by the opl-player binary

soundcheck-w3d-bin

Enables clap and ratatui ^0.28.1

Required by the soundcheck-w3d binary