Skip to content

Commit fd23551

Browse files
AnomieVisionAnomieVision
AnomieVision
authored and
AnomieVision
committed
removed '-rs' from name
1 parent 6e5c9a8 commit fd23551

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "projectm-rs"
2+
name = "projectm"
33
version = "1.0.5"
44
edition = "2021"
55
rust-version = "1.65"

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<br />
1414

15-
<h3 align="center">projectM-rs</h3>
15+
<h3 align="center">projectM</h3>
1616

1717
<p align="center">
1818
Safe-wrapper bindings for <a href="https://github.com/projectM-visualizer/projectm" target="_blank">ProjectM</a>
@@ -85,18 +85,17 @@ development files. To build projectM, both binaries and development files need t
8585
# Cargo.toml
8686
8787
[dependencies]
88-
projectm-rs = { version = "1.0", features = [] } # Available features: playlist
88+
projectm = { version = "1.0", features = [] } # Available features: playlist
8989
```
9090

9191
<p align="right">(<a href="#readme-top">back to top</a>)</p>
9292

9393
<!-- EXAMPLES -->
9494
## Example
95-
You can easily try it out yourself, by running the command below.
9695

97-
```
98-
cargo run --example sdl
99-
```
96+
Check out the frontend-sdl repo for an example on how to utilize the projectM library.
97+
<br>
98+
* [**frontend-sdl-rust**](https://github.com/projectM-visualizer/frontend-sdl-rust)
10099

101100
<p align="right">(<a href="#readme-top">back to top</a>)</p>
102101

0 commit comments

Comments
 (0)