slint tests .gitignore Cargo.toml README.md brush.rs errors.rs image.rs interpreter.rs lib.rs models.rs noxfile.py pyproject.toml timer.rs value.rs rs wasm-interpreter cmake docker docs editors examples helper_crates internal logo scripts tests tools xtask .clang-format .clippy.toml .dockeri...
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. - History for api/python/models.rs - slint-ui/slint
cc-rs 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...
(slint_interpreter::Diagnostic); #[pymethods] impl PyDiagnostic { #[getter] fn level(&self) -> PyDiagnosticLevel { match self.0.level() { slint_interpreter::DiagnosticLevel::Error => PyDiagnosticLevel::Error, slint_interpreter::DiagnosticLevel::Warning => PyDiagnosticLevel::Warning, _ => ...
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. - slint/api/python/brush.rs at master · slint-ui/slint
abique changed the title Regression: slint preview don't take into account the library path from build.rs Suggestion: take into account the library path from build.rs within slint preview Feb 3, 2024 Member ogoffart commented Feb 3, 2024 The LSP can't compile the rust code from build...
Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps. - History for internal/core/software_renderer.rs - slint-ui/slint
VSCode extension for slint crashed while editing a .slint file. Extension version was v1.7.0, and the error output: thread 'main' panicked at internal\compiler\passes\resolving.rs:169:13: assertion failed: ctx.diag.has_errors() This was ...
slint-8153123e5dffa129/5f8c88e/internal/compiler/passes/resolving.rs:1621:37 4: i_slint_compiler::passes::resolving::recurse_elem_with_scope at /home/runner/.cargo/git/checkouts/slint-8153123e5dffa129/5f8c88e/internal/compiler/passes/resolving.rs:88:5 5: i_slint_compiler::passes::...
There is a comment in the code, but this accommodation in the code affects the example in the documentation: https://docs.rs/document-features/latest/document_features/index.html#examples It seems best if the rendered docs could strip out the leading #, but a comment at that point would ...