Rename Layer to overlay::Content

This commit is contained in:
Héctor Ramón Jiménez 2020-05-23 01:07:59 +02:00
parent a264236624
commit 0ff5a02550
9 changed files with 41 additions and 40 deletions

View file

@ -1,6 +1,4 @@
//! Organize rendering primitives into a flattened list of layers.
mod menu;
use crate::image;
use crate::svg;
use crate::triangle;