Registry / other / allegro-sys

allegro-sys

JSON →
library0.0.50rscratesunverified

Allegro 5 core library Rust binding for game development.

# Cargo.toml [dependencies] allegro-sys = "0.0.50"
INSTALL
IMPORT
SIG · ALLEGRO-SYS
A
allegro-sys
otherrustv0.0.50
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.

al_init
use allegro_sys::al_init;

Initializes the Allegro game library.

use allegro_sys::al_init; fn main() { unsafe { al_init(); println!("Allegro initialized"); } }
Debug
Known issues
gotchaRequires Allegro 5 libraries to be installed on the system.
fix
Install Allegro 5 development packages (e.g., liballegro5-dev on Ubuntu).
affects: >=0.1.0
Upgrade
Version history
0.0.50latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Meta
1
OpenAI (training)
1
Resources
allegro-sys — cargo add allegro-sys · libregistry