diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c69846..9478f88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ For changes in `@project-gauntlet/tools` see [separate CHANGELOG.md](https://git ## [Unreleased] +- Fixed mouse actions like scrolling or clicking not working on macOS + ## [13] - 2025-01-19 ### General diff --git a/Cargo.toml b/Cargo.toml index 0a86411..a467fec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ scenario_runner = ["gauntlet-cli/scenario_runner"] [profile.release-size] inherits = "release" opt-level = "s" -lto = true +lto = "thin" strip = true [patch.crates-io]