Group all solid triangles independently of color
This commit is contained in:
parent
5b0dfcd0b0
commit
33c3c0c0aa
23 changed files with 1343 additions and 1084 deletions
|
|
@ -39,13 +39,13 @@
|
|||
#![cfg_attr(docsrs, feature(doc_cfg))]
|
||||
|
||||
pub mod settings;
|
||||
pub mod triangle;
|
||||
pub mod window;
|
||||
|
||||
mod backend;
|
||||
mod buffer;
|
||||
mod quad;
|
||||
mod text;
|
||||
mod triangle;
|
||||
|
||||
pub use iced_graphics::{Antialiasing, Color, Error, Primitive, Viewport};
|
||||
pub use iced_native::Theme;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue