Skip to content

Commit

Permalink
add blend modes, dark colors, and more demos to miniquad example
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuwu committed Mar 8, 2023
1 parent e41cbb0 commit b07ca98
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 64 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ mint = { version = "0.5", optional = true }
transpiler = { path = "./transpiler" }
miniquad = "0.3"
image = { version = "0.24", default-features = false, features = [ "png" ] }
glam = "0.23"
enum-map = { version = "2.4", default-features = false }

[profile.dev.package."*"]
opt-level = 3
Expand Down
Loading

0 comments on commit b07ca98

Please sign in to comment.