Cargo Features
RICS has no features set by default.
[dependencies]
rics = { version = "0.2.2", features = ["pluginlua", "gui"] }
- pluginlua gui? = rlua
-
Compile in a basic GUI
Affects
script::LuaScript
… - gui = gio, glib, gtk, pluginlua
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.
- rlua pluginlua?
-
Enables rlua ^0.17.0
- gio gui?
-
Enables gio ^0.9.1
- glib gui?
-
Enables glib ^0.10.3
- gtk gui?
-
Enables gtk ^0.9.2