Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: projectM-visualizer/frontend-sdl-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0
Choose a base ref
...
head repository: projectM-visualizer/frontend-sdl-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Apr 16, 2025

  1. lock sdl3 version

    revmischa committed Apr 16, 2025
    Copy the full SHA
    0c2b64a View commit details
  2. bump sdl3 version

    revmischa committed Apr 16, 2025
    Copy the full SHA
    9fb93e9 View commit details
Showing with 75 additions and 44 deletions.
  1. +74 −43 Cargo.lock
  2. +1 −1 Cargo.toml
117 changes: 74 additions & 43 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ rust-version = "1.68.2"
libc = "*"
#projectm = { path = "../projectm-rs", version = "3", features = ["playlist", "static"] }
projectm = { version = "3", features = ['playlist', 'static'] }
sdl3 = { version = "0", features = ["build-from-source-static"] }
sdl3 = { version = "0.14.24", features = ["build-from-source-static"] }
#sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
rand = "0.8.5"
include_dir = "0.7"