Cargo Features
X-Plane has no features set by default.
[dependencies]
xplane = { version = "0.1.0-alpha.1", features = ["XPLM400", "XPLM303", "XPLM302", "XPLM301", "XPLM300", "XPLM210", "stub-linux", "fmod"] }
- XPLM400 fmod? = XPLM303
-
Enables XPLM400 of xplane-sys
Affects
xplane::avionics
,xplane::weather
,xplane::XPAPI.avionics
,xplane::XPAPI.weather
,xplane::sound
,xplane::XPAPI.sound
… - XPLM303 XPLM400? = XPLM302
-
Enables XPLM303 of xplane-sys
Affects
xplane::obj_instance
… - XPLM302 XPLM303? = XPLM301
-
Enables XPLM301 of xplane-sys
- XPLM301 XPLM302? = XPLM300
-
Enables XPLM301 of xplane-sys
- XPLM300 XPLM301? = XPLM210
-
Enables XPLM300 of xplane-sys
- XPLM210 XPLM300?
-
Enables XPLM210 of xplane-sys
- stub-linux
-
Enables stub-linux of xplane-sys
- fmod = XPLM400
-
Enables libfmod ~2.206, fmod of xplane-sys
Affects
xplane::sound
,xplane::XPAPI.sound
…