Adds linear gradient support to 2D meshes in the canvas widget.

This commit is contained in:
shan 2022-09-29 10:52:58 -07:00
parent 97f385e093
commit 40f45d7b7e
40 changed files with 2041 additions and 655 deletions

View file

@ -41,6 +41,7 @@
pub mod settings;
pub mod triangle;
pub mod window;
pub mod buffers;
mod backend;
mod quad;