Results 228 comments of Fedor Logachev

> Is it bad practice, that this PR still has the original Window2d struct commit in it (and a revert commit) that is not related to this PR? Would you...

I am afraid only simple plain text is supported :(

I do not think this is currently implemented :(

Unfortunately this is a known issue - the `default` camera is flipped upside down :( Fixing it will be too much of a breaking change, there are way too many...

I think we can release 0.4 with just a few changes, sub 1.0 all those breaking changes are totally fine In other words, go ahead with a PR! :)

Its not implemented yet, but its very high on my priorities list. The problem here - those expose TextureFormats are an intersection of texture formats supported by each possible target...

Could you post the backtrace? And do you use X11/XWayland?

Note that cargo's feature are additive - you can add glam/serde to your own project and all the dependencies in the depenency tree will get serde feature!

If we merge it, we force every single macroquad user to depend on serde and compile serde, syn, proc_macro and whatnot all the time. I we do not merge it,...

Ohhh, I missread the PR :facepalm: it really is not a deafault feature, I agree, there is no harm in having an extra feature. Sorry!