Skip to content

Commit 9755a5f

Browse files
committed
static
1 parent 2a823a0 commit 9755a5f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ rust-version = "1.68.2"
66

77
[dependencies]
88
libc = "*"
9-
#projectm = { path = "../projectm-rs", version = "3", features = ["playlist"] }
10-
projectm = { version = "3", features = ['playlist'] }
9+
#projectm = { path = "../projectm-rs", version = "3", features = ["playlist", "static"] }
10+
projectm = { version = "3", features = ['playlist', 'static'] }
1111
sdl3 = { version = "0.11", features = ["build-from-source-static"] }
1212
#sdl3 = { path = "../../sdl3-rs", version = "0", features = ["build-from-source"] }
1313
rand = "0.8.5"

0 commit comments

Comments
 (0)