Ribir icon indicating copy to clipboard operation
Ribir copied to clipboard

Non-intrusive GUI framework for Rust

Results 44 Ribir issues
Sort by recently updated
recently updated
newest added

# Widget Optimize Plan ## Goal Through the theme default configuration makes the control easier to use and provides rich customization capabilities. ## To be optimized widget - [x] Button...

enhancement

**Is your feature request related to a problem? Please describe.** This project is interesting. It's actually not far from basic iOS support. Commenting out the `run_on_demand` portions results in the...

enhancement

I've heard about this library from a /r/rust announcement so I decided to go through the quick start guide, but I found some issues in it. - [ ] [here](https://github.com/RibirX/Ribir/blob/f8c71dd57c3d24bfa4c591776d41ee1e6b3163ed/docs/en/get_started/quick_start.md?plain=1#L106)...

Updates the requirements on [rctree](https://github.com/RazrFalcon/rctree) to permit the latest version. Commits See full diff in compare view You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]:...

dependencies
rust

Updates the requirements on [env_logger](https://github.com/rust-cli/env_logger) to permit the latest version. Release notes Sourced from env_logger's releases. 0.7.1 Key Changes More thread-local durability Contributions @​divergentdave Thread local fallback Commits See full...

dependencies
rust

Updates the requirements on [raw-window-handle](https://github.com/rust-windowing/raw-window-handle) to permit the latest version. Release notes Sourced from raw-window-handle's releases. v0.6.0 Breaking: Raw pointer handles now use NonNull where appropriate, to avoid null pointer...

dependencies
rust

The core lib should not depend on winit's WindowEvent directly, which mean you can custom yourself's window management library. event need to move out - [ ] WindowEvent - [x]...