Marnix Kuijs

Results 5 issues of Marnix Kuijs

Some of my custom targets require me to enable build-std, which currently I can enable through .cargo/config.toml ``` [unstable] build-std = ["core"] ``` but this means it is enabled for...

C-feature-request
Z-build-std

Added a feature toggle which allow the user of winapi to disable the linking of standard system libs which allows the user to provide their own. Useful to support more...

When trying to export any model the exporter always gives an exception that Shader value cannot be null when creating a new material. ![error](https://user-images.githubusercontent.com/44985093/55631098-86942c00-57b7-11e9-856e-2066811da10e.PNG) The error lies in GLTFSceneExporter.cs line...

Rust native tls 0.2.7 just released and has the capabilities to have do alpn. I have added a feature to tokio native tls to enable alpn support.

Certain parts of wincrypt have been deprecated. This flag allows opt-in of the deprecated wincrypt api, instead of it being the default. NCrypt is now preferred which is a CNG...