mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 15:14:35 +00:00
![]() The name passed was always "Slint", which can show up in the task switcher, as seen on Linux/Xfce. Instead, we now use std::env::args() to pass the actual first argument. I think ideally this should use std::env::args_os() since we don't need the data to be valid unicode (in which case this will panic). However, stable Rust does not appear to provide a way to get at the bytes of an OsString. |
||
---|---|---|
.. | ||
LICENSES | ||
qt_widgets | ||
accessible_generated.rs | ||
build.rs | ||
Cargo.toml | ||
key_generated.rs | ||
lib.rs | ||
LICENSE.QT | ||
qt_accessible.rs | ||
qt_widgets.rs | ||
qt_window.rs | ||
QtThirdPartySoftware_Listing.txt | ||
QtThirdPartySoftware_Listing.txt.license | ||
README.md |
NOTE: This library is an internal crate of the Slint project.
This crate should not be used directly by applications using Slint.
You should use the slint
crate instead.
WARNING: This crate does not follow the semver convention for versioning and can
only be used with version = "=x.y.z"
in Cargo.toml.