Skip to content

Commit 292a916

Browse files
committed
WIP
1 parent 65c4ccd commit 292a916

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

Cargo.lock

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

Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "projectm_sdl"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
edition = "2021"
55
rust-version = "1.68.2"
66

@@ -11,7 +11,8 @@ libc = "*"
1111
projectm = "1.0.5"
1212
# projectm = { path = "../projectm-rs" }
1313
#projectm = { git = "https://github.com/projectM-visualizer/projectm" }
14-
sdl3 = { git = "https://github.com/revmischa/sdl3-rs.git", features = ["use-bindgen"] }
14+
# sdl3 = { git = "https://github.com/revmischa/sdl3-rs.git", features = ["use-bindgen"] }
15+
sdl3 = "0.2.0"
1516
# sdl3 = { path = "../../sdl3-rs" }
1617

1718
# gl = "0.14.0"

0 commit comments

Comments
 (0)