You've already forked AstralRinth
forked from didirus/AstralRinth
Strip alpha from inner skin parts (#4373)
* Strip alpha from inner skin parts * Notch transparency hack * Apply suggestions from code review Co-authored-by: Alejandro González <7822554+AlexTMjugador@users.noreply.github.com> Signed-off-by: Jerozgen <jerozgen@gmail.com> * Enable `extern_crate_alloc` feature for `bytemuck` --------- Signed-off-by: Jerozgen <jerozgen@gmail.com> Co-authored-by: Alejandro González <7822554+AlexTMjugador@users.noreply.github.com>
This commit is contained in:
@@ -31,7 +31,7 @@ enumset.workspace = true
|
||||
chardetng.workspace = true
|
||||
encoding_rs.workspace = true
|
||||
png.workspace = true
|
||||
bytemuck.workspace = true
|
||||
bytemuck = { workspace = true, features = ["extern_crate_alloc"] }
|
||||
rgb.workspace = true
|
||||
phf.workspace = true
|
||||
itertools.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user