Remove default feature flags
This commit is contained in:
parent
91d8e40167
commit
e29056aaa8
3 changed files with 7 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -104,7 +104,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "bliss-rs"
|
||||
version = "0.1.0"
|
||||
version = "0.1.2"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bliss-audio-aubio-rs",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bliss-rs"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["Polochon-street <polochonstreet@gmx.fr>"]
|
||||
edition = "2018"
|
||||
license = "GPL-3.0-only"
|
||||
|
@ -9,6 +9,10 @@ homepage = "https://lelele.io/bliss.html"
|
|||
repository = "https://github.com/Polochon-street/bliss-rs"
|
||||
readme = "README.md"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
features = ["bliss-audio-aubio-rs/rustdoc"]
|
||||
no-default-features = true
|
||||
|
||||
[features]
|
||||
# Building ffmpeg until either
|
||||
# https://github.com/zmwangx/rust-ffmpeg/pull/60
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
![build](https://github.com/Polochon-street/bliss-rs/workflows/Rust/badge.svg)
|
||||
![doc](https://docs.rs/bliss-rs/badge.svg)
|
||||
|
||||
# Bliss music analyser - Rust version
|
||||
Bliss-rs is the Rust improvement of [Bliss](https://github.com/Polochon-street/bliss). The data it
|
||||
|
|
Loading…
Reference in a new issue