Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unlocks platform-specific attributes #702

Merged
merged 1 commit into from
Feb 10, 2016
Merged

Unlocks platform-specific attributes #702

merged 1 commit into from
Feb 10, 2016

Conversation

tomaka
Copy link
Contributor

@tomaka tomaka commented Jan 7, 2016

Motivations:

How to use it:

#[cfg(windows)]
use glutin::os::windows::WindowBuilderExt;

let mut window_builder = glutin::WindowBuilder::new();
window_builder.set_icon_path("icon.ico");   // available through the `WindowBuilderExt` trait
let window = window_builder.build().unwrap();

tomaka added a commit that referenced this pull request Feb 10, 2016
Unlocks platform-specific attributes
@tomaka tomaka merged commit c6c9ef4 into master Feb 10, 2016
@tomaka tomaka deleted the platform-specific branch February 10, 2016 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant