mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-03 07:04:34 +00:00
![]() Into the previous Rectangle and BorderRectangle that allows (rounded) borders through a stroke in addition to the fill. Next step is to make the compiler make the choice automatically depending on the properties used. |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
index.html | ||
logo.png | ||
README |
To try the WASM build, use these steps: cargo build --target wasm32-unknown-unknown --bin graphicstest cd examples/graphicstest mkdir -p generated wasm-bindgen ../../target/wasm32-unknown-unknown/debug/graphicstest.wasm --out-dir generated --no-modules cp index.html generated/ Then serve for example with cd generated/ python -m SimpleHTTPServer and go to http://localhost:8000/index.html