mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[PR #372] [MERGED] Remove winit from compilation on Linux #1675
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1675
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/372
Author: @LucasFA
Created: 2/15/2024
Status: ✅ Merged
Merged: 2/16/2024
Merged by: @aome510
Base:
master← Head:remove-dep📝 Commits (1)
94f6cebRemove winit from compilation on Linux📊 Changes
1 file changed (+4 additions, -1 deletions)
View changed files
📝
spotify_player/Cargo.toml(+4 -1)📄 Description
Winit is only used in one line in MacOS and Windows, and unused in Linux.
This change improves from-scratch compile times from ~3m 47s to ~3m 25 on my Linux machine, as
winitwas in the critical chain of compilation.I attached the output of
cargo b --release --timingsin case you want to read them. GitHub does not allow uploading HTML files so they're zipped heretimings.zip
(BTW enjoy the vacation!)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.