Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
revmischa committed Nov 3, 2024
1 parent c348769 commit ffc331f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "projectm"
version = "2.0.2"
version = "3.0.0"
edition = "2021"
rust-version = "1.65"
authors = ["AnomieVision <anomievision@gmail.com.com>", "Mischa Spiegelmock <me@mish.dev>"]
description = "Bindings for ProjectM"
license = " LGPL-3.0-or-later"
repository = "https://github.com/projectM-visualizer/projectm-rs" #https://github.com/anomievision/projectm-rs
repository = "https://github.com/projectM-visualizer/projectm-rs"
keywords = ["visualization", "audio", "sound", "projectm"]
categories = ["multimedia", "multimedia::video", "multimedia::audio"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/playlist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mod playlist {
#[test]
fn playlist() {
let projectm = ProjectM::create();
let playlist = Playlist::create(projectm);
let playlist = Playlist::create(&projectm);
assert_eq!(playlist.is_empty(), true);

// add ../presets to playlist
Expand Down

0 comments on commit ffc331f

Please sign in to comment.