Cargo Features
gxi_interface has no features set by default.
[dependencies]
gxi_interface = { version = "0.1.4", features = ["desktop", "web"] }
- desktop = gtk
-
Enables desktop of gxi_macro and gxi_parsers
Affects
node::NativeWidget
… - web = wasm-bindgen, web-sys
-
Enables web of gxi_macro and gxi_parsers
Affects
node::NativeWidget
…
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.
- gxi_macro desktop? web?
- gxi_parsers desktop? web?
- gtk desktop?
-
Enables gtk ^0.9.2
desktop
- web-sys web?
-
Enables web-sys
web
- wasm-bindgen web?