Skip to content

Commit

Permalink
Update URLs (#1158)
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored and goddessfreya committed May 11, 2019
1 parent 54b874e commit 18e4d42
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "deps/apk-builder"]
path = deps/apk-builder
url = https://github.com/tomaka/android-rs-glue
url = https://github.com/rust-windowing/android-rs-glue
28 changes: 14 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,65 +64,65 @@ pool as each other.
- Added `get_egl_display` method to `GlContextExt` trait and its implementation for platforms.
- Removed minimum supported Rust version guarantee.
- `NoBackendAvailable` is now `Sync`, as a result `CreationError` is also `Sync`.
- Update winit dependency to 0.19.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/master/CHANGELOG.md#version-0190-2019-03-06) for more info.
- Update winit dependency to 0.19.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#version-0190-2019-03-06) for more info.

# Version 0.19.0 (2018-11-09)

- **Breaking:** The entire API for headless contexts has been removed. Please instead use `Context::new()` when trying to make a context without a visible window. Also removed `headless` feature.
- **Breaking:** Types implementing the `GlContext` trait must now be sized.
- **Breaking:** Added new `CreationErrorPair` enum variant to enum `CreationError`.
- Remove requirement for EGL dev packages on Wayland.
- Update winit dependency to 0.18.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.18.0/CHANGELOG.md#version-0180-2018-11-07) for more info.
- Update winit dependency to 0.18.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.18.0/CHANGELOG.md#version-0180-2018-11-07) for more info.

# Version 0.18.0 (2018-08-03)

- cocoa and core-graphics updates.
- **Breaking:** Added `OsError` variant to `ContextError`.
- Improved glX error reporting.
- The iOS backend no longer fails to compile... again (added iOS testing on CI to prevent further issues).
- Update winit dependency to 0.17.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.17.0/CHANGELOG.md#version-0170-2018-08-02) for more info.
- Update winit dependency to 0.17.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.17.0/CHANGELOG.md#version-0170-2018-08-02) for more info.

# Version 0.17.0 (2018-06-27)

- Fix regression that prevented automatic graphics switching in macOS ([#980](https://github.com/tomaka/glutin/issues/980)).
- Fix regression that prevented automatic graphics switching in macOS ([#980](https://github.com/rust-windowing/glutin/issues/980)).
- Add `ContextBuilder::with_double_buffer` function.
- Add `ContextBuilder::with_hardware_acceleration` function.
- Work around a presumed Android emulator bug
that would cause context creation to return `CreationError::OpenGlVersionNotSupported`
in some configurations
([#1036](https://github.com/tomaka/glutin/pull/1036)).
- Update winit dependency to 0.16.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.16.0/CHANGELOG.md#version-0160-2018-06-25) for more info.
([#1036](https://github.com/rust-windowing/glutin/pull/1036)).
- Update winit dependency to 0.16.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.16.0/CHANGELOG.md#version-0160-2018-06-25) for more info.
- The iOS backend no longer fails to compile.

# Version 0.16.0 (2018-05-09)

- Update winit dependency to 0.14.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.14.0/CHANGELOG.md#version-0140-2018-05-09) for more info.
- Update winit dependency to 0.15.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.15.0/CHANGELOG.md#version-0150-2018-05-22) for more info.
- Update winit dependency to 0.14.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.14.0/CHANGELOG.md#version-0140-2018-05-09) for more info.
- Update winit dependency to 0.15.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.15.0/CHANGELOG.md#version-0150-2018-05-22) for more info.

# Version 0.15.0 (2018-04-25)

- Update winit dependency to 0.13.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/v0.13.0/CHANGELOG.md#version-0130-2018-04-25) for more info.
- Update winit dependency to 0.13.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/v0.13.0/CHANGELOG.md#version-0130-2018-04-25) for more info.

# Version 0.14.0 (2018-04-06)

- Update winit dependency to 0.12.0. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/master/CHANGELOG.md#version-0120-2018-04-06) for more info.
- Update winit dependency to 0.12.0. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#version-0120-2018-04-06) for more info.
- Update Wayland backend to not use deprecated `get_inner_size_points` method.

# Version 0.13.1 (2018-03-07)

- Fix Android activity life cycle.
- Update winit dependency to 0.11.2. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/master/CHANGELOG.md#version-0112-2018-03-06) for more info.
- Update winit dependency to 0.11.2. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#version-0112-2018-03-06) for more info.

# Version 0.13.0 (2018-02-28)

- Update winit dependency to 0.11.1. See [winit's CHANGELOG](https://github.com/tomaka/winit/blob/master/CHANGELOG.md#version-0111-2018-02-19) for more info.
- Update winit dependency to 0.11.1. See [winit's CHANGELOG](https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#version-0111-2018-02-19) for more info.

# Version 0.12.2 (2018-02-12)

- Don't use yanked version of winit.

# Version 0.12.1 (2018-02-05)

- Add support for winapi 0.3 ([#975](https://github.com/tomaka/glutin/pull/975)).
- Fix macOS to return compatibility profile if applicable ([#977](https://github.com/tomaka/glutin/pull/977)).
- Add support for winapi 0.3 ([#975](https://github.com/rust-windowing/glutin/pull/975)).
- Fix macOS to return compatibility profile if applicable ([#977](https://github.com/rust-windowing/glutin/pull/977)).
- Update gl_generator and macOS dependencies.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Warning: these are examples for master. For the latest released version, 0.21, v
### Try it!

```bash
git clone https://github.com/tomaka/glutin
git clone https://github.com/rust-windowing/glutin
cd glutin
cargo run --example window
```
Expand All @@ -38,7 +38,7 @@ cargo run --example window

Glutin is an OpenGL context creation library and doesn't directly provide OpenGL bindings for you.

For examples, please look [here.](https://github.com/tomaka/glutin/tree/master/glutin_examples)
For examples, please look [here.](https://github.com/rust-windowing/glutin/tree/master/glutin_examples)

Note that glutin aims at being a low-level brick in your rendering infrastructure. You are encouraged to write another layer of abstraction between glutin and your application.

Expand All @@ -50,7 +50,7 @@ Glutin is only officially supported on the latest stable version of the Rust com

To compile the examples for android, you have to use the `cargo apk` utility.

See [the `android-rs-glue` repository](https://github.com/tomaka/android-rs-glue) for instructions.
See [the `android-rs-glue` repository](https://github.com/rust-windowing/android-rs-glue) for instructions.

### Emscripten with asmjs

Expand Down Expand Up @@ -89,5 +89,5 @@ In order to build in XCode, you must link both `UIKit.framework` and `OpenGLES.f

Help! I'm receiving `NoAvailablePixelFormat`!

- See: https://github.com/tomaka/glutin/issues/952#issuecomment-467228004
- See: https://github.com/rust-windowing/glutin/issues/952#issuecomment-467228004

2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
readme = "../README.md"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
documentation = "https://docs.rs/glutin"
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion glutin_egl_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_egl_sys"
version = "0.1.3"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The egl bindings for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion glutin_emscripten_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_emscripten_sys"
version = "0.1.0"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The emscripten bindings for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
edition = "2018"
2 changes: 1 addition & 1 deletion glutin_examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_examples"
version = "0.1.2"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "Examples for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "../README.md"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion glutin_gles2_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_gles2_sys"
version = "0.1.3"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The gles2 bindings for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion glutin_glx_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_glx_sys"
version = "0.1.5"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The glx bindings for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
Expand Down
2 changes: 1 addition & 1 deletion glutin_wgl_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "glutin_wgl_sys"
version = "0.1.3"
authors = ["The glutin contributors", "Hal Gentz <zegentzy@protonmail.com>"]
description = "The wgl bindings for glutin"
repository = "https://github.com/tomaka/glutin"
repository = "https://github.com/rust-windowing/glutin"
license = "Apache-2.0"
readme = "README.md"
build = "build.rs"
Expand Down

0 comments on commit 18e4d42

Please sign in to comment.