Skip to content

Commit

Permalink
sdl3-sys 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maia-s committed Jan 27, 2025
1 parent 6a0ea70 commit 74608ea
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdl3-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sdl3-sys"
version = "0.4.1+SDL3-3.2.0"
version = "0.4.2+SDL3-3.2.0"
edition = "2021"
authors = ["Maia S. R."]
license = "Zlib"
Expand Down
6 changes: 6 additions & 0 deletions sdl3-sys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,9 @@ These features are mutually exclusive. Features higher in this list override lat
| ------- | ----------- |
| `debug-impls` | Implement the `Debug` trait for most SDL types. |
| `nightly` | Enable features that need the nightly compiler. This enables the `VaList` type, as well as enabling some intrinsics. |

## Version history

- 0.4.2: Add homebrew to library search path on macos (fix for Apple Silicon)
- 0.4.1: Fix linking on Fedora and other Linux distros that use lib64
- 0.4.0: First stable release of SDL 3

0 comments on commit 74608ea

Please sign in to comment.