Registry / other / amethyst-window

amethyst-window

JSON →
library0.15.3rscratesunverified

Windowing support for the Amethyst game engine.

# Cargo.toml [dependencies] amethyst_window = "0.15.3"
INSTALL
IMPORT
SIG · AMETHYST-WINDOW
A
amethyst-window
otherrustv0.15.3
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.

WindowBundle
use amethyst_window::WindowBundle;

Loads a window configuration bundle.

use amethyst_window::WindowBundle; fn main() { let bundle = WindowBundle::from_config("config.ron").unwrap(); println!("Window bundle loaded"); }
Debug
Known issues
gotchaRequires the `window` feature flag to be enabled in the Amethyst dependency.
fix
Add `features = ["window"]` to your amethyst dependency in Cargo.toml.
affects: >=0.15.0
Upgrade
Version history
0.15.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
Meta
2
Amazon
1
OpenAI (training)
1
Resources
amethyst-window — cargo add amethyst-window · libregistry