Dadoum
Dadoum
Okay I cancel what I said it should let us go further on the objective (but still not sure)
I tried to create an extension class; but it does not work: ```cs public static class StyleExtensions { private static unsafe Gdk.Color[] MarshalColorSet(Style s, string name) { Console.WriteLine("Marshalling " +...
Success: ```cs struct StyleStruct { [MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)] public Gdk.Color[] fg; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)] public Gdk.Color[] bg; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)] public Gdk.Color[] light; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 5)]...
Maybe you could wrap Cairo around vkvg (a library with the same api, but rendering with vulkan) ?
I write the error in plain text here: std::isnan
#244 has been closed but the issue isn't resolved. Can anyone review this PR?
Build the latest SPM from https://github.com/apple/swift-package-manager and use it to build. This is a bug in SPM that I fixed in `main`
Did you install SPM in the folder of your swift toolchain ? And can you try to build an example project using `swift run` ?
The manual way is to get CentOS toolchain from trunk development on swift.org [here](https://swift.org/builds/development/centos8/swift-DEVELOPMENT-SNAPSHOT-2021-01-15-a/swift-DEVELOPMENT-SNAPSHOT-2021-01-15-a-centos8.tar.gz) and to patch it to replace every needed libraries with this command (to run in extracted...
On Arch Linux there is a problem between freetype and harfbuzz. They are circular dependent. With normal pkgconf command, it resolve the conflict. On SPM Pkg-config, it does not; the...