C272
C272
Currently, when building with `build-std`, some library build scripts check properties of the target by inspecting the target triple at `env::TARGET`, which is simply set to the filename of the...
### What does this PR try to resolve? Currently, when using `-Zbuild-std`, Cargo passes a `--sysroot` argument down to the relevant `rustc` invocations. However, the value of this argument is...
Currently, when using SpriteFactory, if you resize the window (and therefore the embedded MonoGame control), the viewport of the MonoGame control does not change, maintaining the original size. If you...