Mohammed Alyousef

Results 12 issues of Mohammed Alyousef

Hello Thanks for working on elements. This is more of a question than an issue. I use CMake's fetch content to add elements as a dependency, cmake also fetches other...

**What kind of change does this PR introduce?** (check at least one) This updates webview and also uses the static build of WebView2Loader instead of the dll on Windows. This...

Hello Since many projects use CMake and emscripten provides both emcmake and a cmake toolchain file, I thought it might be useful to provide a CMakeLists.txt example for use with...

building
web

### Zig Version 0.10.0-dev.4280+c3d67c5c4 ### Steps to Reproduce - create a main.cpp file with `int main() { return 0; }` - build with `zig c++ main.cpp -lgdiplus` using a mingw64...

bug

According to the msys2 project, they have changed the default environment from MINGW64 to UCRT64. https://www.msys2.org/news/#2022-10-29-changing-the-default-environment-from-mingw64-to-ucrt64 This uses the universal c runtime instead of linking the old msvc runtime. Advantages...

enhancement
pinned

Some open-source projects using fltk-rs (arranged in alphabetical order): (Please add other projects that you come across) ## Projects ### [amp-rs](https://github.com/mark-summerfield/amp-rs) AMP “Another Music Player” provides a basic but useful...

pinned

When passed "-Dzfltk-use-zigcc=true" on linux, CMake uses zigcc to build fltk, but that fails at configure time with zig 0.12. Apparently CMake uses it to build some tests to check...

I think using `linuxdeploy —appdir=/executable/bundle -e /executable/app` would probably be more accurate. Running linuxdeploy would create a bundle with a directory structure where it copies all the required dependencies into...

Hello I've noticed some issues when using cmake-rs to build a project for the wasm32-unknown-emscripten target: 1- Build failure when the host is windows: ``` thread 'main' panicked at C:\Users\runneradmin/.cargo\registry\src\index.crates.io-6f17d22bba15001f\cmake-0.1.51\src/lib.rs:1100:5:...

help wanted

This references #223 It utilizes the Emscripten.cmake toolchain file (as cmake-rs already does for android). The location is determined via the EMSDK env variable, or EMSCRIPTEN_ROOT or em-config which should...