-
-
Notifications
You must be signed in to change notification settings - Fork 478
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to winit 0.16.0 + release glutin 0.17.0 (#1035)
* Use super-dpi winit branch * Update for new DPI API * Improved type names * Fixed iOS * Update for new import structure * Use winit 0.16.0 * resize method takes PhysicalSize * Updated examples * Release glutin 0.17.0 * Build with icon_loading features on docs.rs * Add CHANGELOG entry for iOS changes * Test against 1.24.1 on CI
- Loading branch information
1 parent
0c3fbdd
commit cb05e03
Showing
22 changed files
with
386 additions
and
830 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "glutin" | ||
version = "0.16.0" | ||
version = "0.17.0" | ||
authors = ["The glutin contributors, Pierre Krieger <[email protected]>"] | ||
description = "Cross-platform OpenGL context provider." | ||
keywords = ["windowing", "opengl"] | ||
|
@@ -10,14 +10,17 @@ repository = "https://github.com/tomaka/glutin" | |
documentation = "https://docs.rs/glutin" | ||
build = "build.rs" | ||
|
||
[package.metadata.docs.rs] | ||
features = ["icon_loading"] | ||
|
||
[features] | ||
icon_loading = ["winit/icon_loading"] | ||
|
||
[dependencies] | ||
lazy_static = "1" | ||
libc = "0.2" | ||
shared_library = "0.1.0" | ||
winit = "0.15.0" | ||
winit = "0.16.0" | ||
|
||
[build-dependencies] | ||
gl_generator = "0.9" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.