Rename slint_build::compile_with_output to compile_with_output_path #7023 Merged ogoffart merged 1 commit into master from olivier/slint-build Dec 9, 2024 +3 −3 Conversation 0 Commits 1 Checks 36 Files changed 2 Rename slint_build::compile_with_output to compile_with_output_path ...
I have a build.rs with: fn main() { let manifest_dir = std::path::PathBuf::from(std::env::var_os("CARGO_MANIFEST_DIR").unwrap()); let library_paths = std::collections::HashMap::from([("icons".to_string(), manifest_dir.join("res/icons"))]); let config = slint_build::Com...
Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications written in Rust, C++, or JavaScript. The name Slint is derived from our design goals: Scalable: Slint should support responsive UI design, allow cross-platform usage across operating systems and...
#slint = "1.5.0" #i-slint-backend-android-activity = { version = "=1.5.0", features = ["native-activity"] } slint = { version = "1.5", features = ["backend-android-activity-05"] } [build-dependencies] slint-build = "1.5" [lib] crate-type = ["cdylib", "lib"] Log: Caused...
Bug Description After updating some dependencies, the cc/cpp crates got bumped as well. This is now causing my Slint application to fail building the skia-bindings crate with a cryptic error. cargo:rerun-if-changed=/home/impy/.cargo/regi...
2 changes: 1 addition & 1 deletion 2 api/python/timer.rs Original file line numberDiff line numberDiff line change @@ -21,7 +21,7 @@ impl From<PyTimerMode> for i_slint_core::timers::TimerMode { } } #[pyclass(name = "Timer")] #[pyclass(name = "Timer", unsendable)] pub ...
Python recently was updated to 3.11 and the build of the node binding is now failing. (Apparently still using a quite old version of node-gyp, because this was fixed in `nodejs/node-gyp#2219) ``` File "/home/runner/work/slint/slint/target/debug/build/neon-sys-4b140f4af6e7aeb3/out...
error: failed to run custom build command for servo-fontconfig-sys v5.1.0 Caused by: process didn't exit successfully: /home/mahdi/Rust/my-project/target/debug/build/servo-fontconfig-sys-136e4a39fa7e8154/build-script-build (exit status: ...
A library for Cargo build scripts to compile a set of C/C++/assembly/CUDA files into a static archive for Cargo to link into the crate being built. This crate does not compile code itself; it calls out to the default compiler for the platform. This crate will automatically detect situation...
slint-ui / slint Public Notifications Fork 615 Star 17.7k Code Issues 651 Pull requests 44 Discussions Actions Projects 1 Security Insights New issue Fix French translation not working in WASM build of printer demo #6974 Open tronical wants to merge 1 commit into master from simon...