Cargo Features
G3 has no features set by default.
[dependencies]
g3 = { version = "0.1.4", features = ["renderer", "eframe", "egui", "mint", "winit"] }
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.
- eframe implicit feature
-
Enables eframe ^0.19
eframe:
egui framework - write GUI apps that compiles to web and/or natively
- egui implicit feature
-
Enables egui ^0.19
egui:
An easy-to-use immediate mode GUI that runs on both web and native
- mint implicit feature
-
Enables mint
mint:
Math interoperability standard types
- winit implicit feature
-
Enables winit ^0.27.5
winit:
Cross-platform window creation library
- bytemuck renderer?
- glam renderer?
-
Enables glam ^0.22.0
- glow renderer?
-
Enables glow ^0.11.2
- hecs renderer?
-
Enables hecs ^0.9.1