diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-19 17:57:31 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-19 17:57:31 +0100 |
| commit | 264a7dedd42e27cd9e604037640cf0594b2ec46b (patch) | |
| tree | d26feea399d54bb86bd44878f40293983bf5251d /src/geom/mod.rs | |
| parent | ca3df70e2a5069832d7d2135967674c34a155442 (diff) | |
Scheduled maintenance 🔨
- New naming scheme
- TextNode instead of NodeText
- CallExpr instead of ExprCall
- ...
- Less glob imports
- Removes Value::Args variant
- Removes prelude
- Renames Layouted to Fragment
- Moves font into env
- Moves shaping into layout
- Moves frame into separate module
Diffstat (limited to 'src/geom/mod.rs')
| -rw-r--r-- | src/geom/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/geom/mod.rs b/src/geom/mod.rs index e601cb1f..5d906834 100644 --- a/src/geom/mod.rs +++ b/src/geom/mod.rs @@ -26,6 +26,7 @@ pub use sides::*; pub use size::*; pub use spec::*; +use std::f64::consts::PI; use std::fmt::{self, Debug, Display, Formatter}; use std::iter::Sum; use std::ops::*; |
