Skip to content

Commit bb442b0

Browse files
committed
update sdl3, projectm crates
1 parent b7f2d01 commit bb442b0

File tree

2 files changed

+118
-75
lines changed

2 files changed

+118
-75
lines changed

Cargo.lock

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

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ rust-version = "1.68.2"
99
[dependencies]
1010
libc = "*"
1111
# projectm = "1.0.5"
12-
projectm = { path = "../projectm-rs", version = "4.1.0-alpha", features = [] }
12+
#projectm = { path = "../projectm-rs", version = "2.0.2", features = ["playlist"] }
13+
projectm = { version = "2.0.2", features = ['playlist'] }
1314
#projectm = { git = "https://github.com/projectM-visualizer/projectm" nd}
1415
# sdl3 = { git = "https://github.com/revmischa/sdl3-rs.git", features = ["use-bindgen"] }
15-
#sdl3 = { version="0.10.4", features = ["build-from-source"]}
16-
sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
16+
sdl3 = { version = "0", features = ["build-from-source"] }
17+
#sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
1718
rand = "0.8.5"
1819
include_dir = "0.7.3"
1920
# gl = "0.14.0"

0 commit comments

Comments
 (0)