mccakit
mccakit
### Bug Description Clang compiled msvc binaries always fail at runtime Only MSVC libraries compile succesfully ### Reproducible Code (if applicable) ```slint ``` ### Environment Details - Slint Version: -...
This PR fixes binding gen for libc++ by disabling std::optional in bindgen Also adds mingw support by changing the copying logic if target is mingw
Currently skia itself needs patches to build against mingw, I have a fork of skia that does that here: https://github.com/mccakit/skia, which just mirrors msys2 patches. If rust-skia fork could incorporate...
Hi, I wanna use the windows binaries in this to replace squashfs-tools in appimagetool. Can I do that?
This removes overriding c89 standard, library consumers should decide which standard library should be built on
Add a sample that doesn't involve SHELL, anything basic would do, the sample shouldn't use manual building of the library or a pacakge manager, it should use normal toolchain files,...
### Description Please support STL library modules support to Android NDK, currently android is the only major platform remaining to not supporting this.
I wanna change indentation to 4 spaces, but when I change all the 3 -> 4 some stuff still remain 3 spaces. Anything I can do? I tried reading the...