Cargo Features
[dependencies]
avr-vm = { version = "0.1.1", default-features = false, features = ["gui", "jit", "strict"] }
- default = gui
-
The
gui
feature is set by default wheneveravr-vm
is added without
somewhere in the dependency tree.default-features = false - gui default = cairo-rs, gdk, gdk-pixbuf, gtk
- jit = dynasm, dynasmrt
- strict
-
only for ci
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.
- dynasm jit?
-
Enables dynasm ^0.2.3
- dynasmrt jit?
-
Enables dynasmrt ^0.2.3
- gtk gui
-
Enables gtk ^0.5.0
- gdk-pixbuf gui
-
Enables gdk-pixbuf ^0.5.0
- cairo-rs gui
-
Enables cairo-rs ^0.5.0
- gdk gui
-
Enables gdk ^0.9.0