three-d 0.7.2

A renderer which compiles to both desktop (OpenGL) and web (WebAssembly + WebGL).
Documentation
//!
//! Graphical User Interface support.
//!

#[cfg(feature = "egui-gui")]
mod egui_gui;
#[doc(inline)]
#[cfg(feature = "egui-gui")]
pub use egui_gui::*;