Cargo Features
flo_render has no features set by default.
[dependencies]
flo_render = { version = "0.3.1", features = ["opengl", "osx-metal"] }
- opengl = flo_render_gl_offscreen, gl, libc
- osx-metal = cocoa, flo_canvas, metal
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.
- gl opengl?
- metal osx-metal?
-
Enables metal ^0.23
- cocoa osx-metal?
-
Enables cocoa ^0.23
- libc opengl?
- flo_canvas osx-metal?
- flo_render_gl_offscreen opengl?