mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Add misc documentation
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
//! * X+ is right and Y+ is down.
|
||||
//! * (0,0) is left top.
|
||||
//! * Dimension order is always `x y`
|
||||
//!
|
||||
//! ## Integrating with other math libraries.
|
||||
//! `emath` does not strive to become a general purpose or all-powerful math library.
|
||||
//!
|
||||
//! For that, use something else ([`glam`](https://docs.rs/glam), [`nalgebra`](https://docs.rs/nalgebra), …)
|
||||
//! and enable the `mint` feature flag in `emath` to enable implicit conversion to/from `emath`.
|
||||
|
||||
// Forbid warnings in release builds:
|
||||
#![cfg_attr(not(debug_assertions), deny(warnings))]
|
||||
|
||||
Reference in New Issue
Block a user