Thanks to visit codestin.com
Credit goes to lib.rs

Cargo Features

gooey-rs has no features set by default.

[dependencies]
gooey-rs = { version = "0.3.1", features = ["curses", "fmod", "opengl", "opengl-x11", "opengl-windows"] }
curses = easycurses-bump, pancurses

Enables curses-utils of nativesys

Affects presentation::curses

fmod = fmod1, unbounded-spsc

Enables fmod-utils of nativesys

Affects presentation::fmod

opengl opengl-windows? opengl-x11? = unbounded-spsc

Enables gl-utils of nativesys

Affects presentation::opengl

opengl-x11 = opengl

Enables gl-x11 of nativesys

opengl-windows = opengl

Enables gl-windows of nativesys

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.

pancurses curses?

Enables pancurses

feature curses

easycurses-bump curses?
fmod1 fmod?

Enables fmod1

feature fmod

unbounded-spsc fmod? opengl?

Enables unbounded-spsc

features fmod & opengl