docs.rs failed to build slate-framework-1.0.1
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:
slate-framework-0.0.2
slate-framework
GPU-accelerated Rust UI framework. Native window/event-loop layer (no winit), wgpu rendering, custom WGSL SDF shaders.
Overview
Umbrella crate that re-exports the public API from:
slate-platform— native window + event loopslate-renderer— wgpu GPU renderer
Usage
use ;
// Platform
use ;
// Renderer
use ;
Requirements
- Rust 1.95+
- GPU with Vulkan, Metal, or DX12 support
License
Dual-licensed under MIT or Apache-2.0.