Skip to content

Commit

Permalink
Glutin version v0.30.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kchibisov authored Sep 3, 2022
1 parent 17ee6d6 commit e903a35
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unreleased

# Version 0.30.0-beta.2 (2022-09-03)

- macOS: Fix memory leak in `Surface`.

# Version 0.30.0-beta.1 (2022-09-03)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A low-level library for OpenGL context creation.

```toml
[dependencies]
glutin = "0.30.0-beta.1"
glutin = "0.30.0-beta.2"
```

## [Documentation](https://docs.rs/glutin)
Expand All @@ -22,7 +22,7 @@ Join us in any of these:
## Usage Examples

**Warning:** these are examples for master. For the latest released version you can
find them [here](https://github.com/rust-windowing/glutin/releases/tag/v0.30.0-beta.1).
find them [here](https://github.com/rust-windowing/glutin/releases/tag/v0.30.0-beta.2).

The examples use [gl_generator](https://crates.io/crates/gl_generator) to
generate OpenGL bindings.
Expand Down
2 changes: 1 addition & 1 deletion glutin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glutin"
version = "0.30.0-beta.1"
version = "0.30.0-beta.2"
authors = ["Kirill Chibisov <[email protected]>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl", "egl"]
Expand Down
2 changes: 1 addition & 1 deletion glutin/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl ContextAttributesBuilder {
///
/// The `raw_window_handle` isn't required and here for WGL compatibility.
///
/// #Api-specific
/// # Api-specific
///
/// **WGL:** - you must pass `raw_window_handle` for if you plan to use it
/// with window.
Expand Down

0 comments on commit e903a35

Please sign in to comment.