Registry / utility / conrod-glium

conrod-glium

JSON →
library0.76.1rscratesunverified

An easy-to-use, 100% Rust, extensible 2D GUI library.

# Cargo.toml [dependencies] conrod_glium = "0.76.1"
INSTALL
IMPORT
SIG · CONROD-GLIUM
C
conrod-glium
utilityrustv0.76.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ui
use conrod_glium::Ui;

Create a new Conrod UI with Glium backend.

use conrod_glium::Ui; fn main() { let mut ui = Ui::new(); println!("UI created"); }
Debug
Known issues
gotchaRequires OpenGL context; may not work on all platforms.
fix
Ensure you have a compatible OpenGL driver and windowing system.
affects: >=0.76.0
Upgrade
Version history
0.76.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
conrod-glium — cargo add conrod-glium · libregistry