Skip to content

Commit 74608ea

Browse files
committed
sdl3-sys 0.4.2
1 parent 6a0ea70 commit 74608ea

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: sdl3-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sdl3-sys"
3-
version = "0.4.1+SDL3-3.2.0"
3+
version = "0.4.2+SDL3-3.2.0"
44
edition = "2021"
55
authors = ["Maia S. R."]
66
license = "Zlib"

Diff for: sdl3-sys/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ These features are mutually exclusive. Features higher in this list override lat
9696
| ------- | ----------- |
9797
| `debug-impls` | Implement the `Debug` trait for most SDL types. |
9898
| `nightly` | Enable features that need the nightly compiler. This enables the `VaList` type, as well as enabling some intrinsics. |
99+
100+
## Version history
101+
102+
- 0.4.2: Add homebrew to library search path on macos (fix for Apple Silicon)
103+
- 0.4.1: Fix linking on Fedora and other Linux distros that use lib64
104+
- 0.4.0: First stable release of SDL 3

0 commit comments

Comments
 (0)