Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealDust committed Jul 16, 2024
2 parents ea901af + dba66e8 commit a6afae4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Rust-SDL2 is a library for talking to the new SDL2.0 libraries from Rust.
Low-level C components are wrapped in Rust code to make them more idiomatic and
abstract away inappropriate manual memory management.

Rust-SDL2 uses the MIT license, but SDL2 itselfais in under the zlib license.
Rust-SDL2 uses the MIT license, but SDL2 itself is under the zlib license.

## Available rust features

Expand Down
1 change: 1 addition & 0 deletions src/sdl2/video.rs
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,7 @@ impl GLContext {
pub struct WindowContext {
subsystem: VideoSubsystem,
raw: *mut sys::SDL_Window,
#[allow(dead_code)]
pub(crate) metal_view: sys::SDL_MetalView,
}

Expand Down

0 comments on commit a6afae4

Please sign in to comment.