Ribir
Ribir copied to clipboard
Non-intrusive GUI framework for Rust
## Purpose of this Pull Request Crashes may occur when creating a zero-sized window. This can also happen when creating a normal window, if the platform initially creates it with...
## Purpose of this Pull Request Updated the `wgpu` implementation of the GPU backend to support WebGL. ## Checklist Before Merging Please ensure the following are completed before merging: -...
Updates the requirements on [winit](https://github.com/rust-windowing/winit) to permit the latest version. Release notes Sourced from winit's releases. Winit version 0.29.15 On X11, fix crash due to xsettings query on systems with...
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version. Changelog Sourced from image's changelog. Version 0.25.1 Bug fixes: Fixed corrupt JPEG output when attempting to encode images containing an...
Currently, the `wgpu` backend is only web-ready if it supports WebGPU. This is due to our usage of certain WebGL2 features that are not universally supported. Given the limited adoption...
**Is your feature request related to a problem? Please describe.** support compile to wasm and run in web browser **Known issues and tasks** - [x] compile to wasm - [x]...
Interesting project. A few questions, would appreciate realistic answers, because other UI crate owners in my experience often respond with "everything is possible" which is not helpful, 1) Is the...
Hello, thanks for your great work. what about supporting RTL languages like Arabic via [cosmic-text](https://github.com/pop-os/cosmic-text)
- [x] Introduction #430 v0.1 - [x] Get started (v0.1 required) - [x] Creating an Application #433 - [x] Quick Start #437, #501 - [x] Tutorial: step by step to...
## Description: Right now, we're using `Label` to show text that doesn't need to configure style. This might be making our code more complicated than it needs to be. ##...