pull in trunk, moved all pipelines to single file, renamed model to ed_model

This commit is contained in:
Anton-4 2021-01-08 16:17:59 +01:00
commit 659a77da9f
19 changed files with 2386 additions and 111 deletions

View file

@ -8,6 +8,11 @@
// See this link to learn wgpu: https://sotrh.github.io/learn-wgpu/
extern crate pest;
#[cfg(test)]
#[macro_use]
extern crate pest_derive;
use crate::error::EdError::MissingGlyphDims;
use crate::error::{print_err, EdResult};
use crate::graphics::colors::{CARET_COLOR, CODE_COLOR, TXT_COLOR};