# rust_slint **Repository Path**: DengLibin/rust_slint ## Basic Information - **Project Name**: rust_slint - **Description**: rust_slint - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README slint: win7下 opengl支持版本太低,使用软件渲染: set SLINT_BACKEND=software 支持win7工具: VC-LTL5 和 YY-Thunks 将win10下的lib文件链接输出为兼容低版本windows(win7,xp, 8)的目标文件(dll,exe) 兼容win7编译环境: rustup toolchain install nightly-x86_64-pc-windows-msvc rustup default nightly-x86_64-pc-windows-msvc rustup component add rust-src cargo build --target i686-win7-windows-msvc -Zbuild-std --release