Cargo Features
Processing has no features set by default.
[dependencies]
processing = { version = "0.3.2", features = ["glfwp5"] }
- glfwp5 = glfw
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.
- glfw glfwp5?
-
Enables glfw ^0.22
Affects
glfwp5::backend
,processing::glfwp5
,processing::Screen
…