Cargo Features

vga-emu has no features set by default.

[dependencies]
vga-emu = { version = "0.7.3", features = ["sdl", "web", "tracing"] }
sdl

Enables sdl2

feature "sdl"

Affects vga-emu::backend_sdl

web

Enables js-sys, wasm-bindgen, wasm-bindgen-futures, and web-sys

wasm-bindgen:

feature "web"

Affects vga-emu::backend_web

tracing

Enables tracing

feature tracing