Skip to content

Commit e6e9707

Browse files
committed
Use specific projectm-rs version.
1 parent 75da339 commit e6e9707

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ rust-version = "1.68.2"
99
[dependencies]
1010
libc = "*"
1111
sdl2 = "0.35"
12-
# projectm-rs = "^1.0.4"
13-
projectm-rs = { git = "https://github.com/projectM-visualizer/projectm-rs" }
12+
projectm-rs = "1.0.5"
13+
#projectm-rs = { git = "https://github.com/projectM-visualizer/projectm-rs" }
14+
1415
# gl = "0.14.0"
1516

1617
[features]

0 commit comments

Comments
 (0)