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

Update deps #218

Merged
merged 4 commits into from
Jan 11, 2019
Merged

Update deps #218

merged 4 commits into from
Jan 11, 2019

Conversation

rukai
Copy link
Contributor

@rukai rukai commented Jan 10, 2019

Breaking changes

  • glutin is updated to 0.19
  • removed window::Window::set_cursor_state because winit now exposes this as multiple boolean setters. Users can access them via the raw glutin window. If someone wants this functionality to be wrapped via three-rs then they can implement it themselves.
  • fn window::Builder::dimensions now takes f64 representing logical dimensions instead of physical dimensions

@rukai
Copy link
Contributor Author

rukai commented Jan 10, 2019

The nightly CI failure is due to rust-lang/rust#57484

Copy link
Collaborator

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice, thank you!
I take it we'll have to wait a bit before that rust issues is done.

@rukai
Copy link
Contributor Author

rukai commented Jan 11, 2019

CI issue is resolved now

@kvark
Copy link
Collaborator

kvark commented Jan 11, 2019 via email

bors bot added a commit that referenced this pull request Jan 11, 2019
218: Update deps r=kvark a=rukai

*   .gitignore was changed to handle both a regular target folder and a symlinked target folder
*   All outdated dependencies are now up to date https://deps.rs/repo/github/three-rs/three
*   This is the last issue blocking #208

## Breaking changes
*   glutin is updated to 0.19
*   removed `window::Window::set_cursor_state` because winit now exposes this as multiple boolean setters. Users can access them via the raw glutin window. If someone wants this functionality to be wrapped via three-rs then they can implement it themselves.
*   `fn window::Builder::dimensions` now takes f64 representing logical dimensions instead of physical dimensions


Co-authored-by: Rukai <[email protected]>
@bors
Copy link
Contributor

bors bot commented Jan 11, 2019

Build succeeded

@bors bors bot merged commit d4437b5 into three-rs:master Jan 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants