docs.rs failed to build rsgt-0.3.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
rsgt-0.2.0
RSGT : Rust simple GUI Toolkit
RSGT is a simple GUI Library
Design
RSGT's event handling is based on Swing (Java) event handling. (which uses callbacks). In addition, drawing of GUI components uses the GPU (wgpu), allowing for flexible representation.
Example
use Size;
use WindowListener;
use ;
Execution Result

Goal
- To be able to handle a wide range of applications from simple to complex
- Ensure that the same code works the same in any environment
License
"RSGT" is under MIT LICENSE