v0.1 yay!!
This commit is contained in:
parent
b918cbeaae
commit
7bf1f0c6b1
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "bliplib"
|
||||
version = "0.0.2"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Breval Ferrari <breval.ferrari@fish.golf>"]
|
||||
description = "The Bizarre Language for Intermodulation Programming (BLIP)"
|
||||
|
@ -12,7 +12,7 @@ repository = "https://gitdab.com/breval/blip"
|
|||
name = "bliplib"
|
||||
|
||||
[dependencies]
|
||||
anyhow = { version = "1.0", optional = true }
|
||||
anyhow = { version = "1.0" }
|
||||
cfg-if = "1"
|
||||
clap = { version = "4.5.39", features = ["derive"], optional = true }
|
||||
derive-new = "0.7"
|
||||
|
@ -35,8 +35,8 @@ log = "0"
|
|||
env_logger = { version = "0", optional = true }
|
||||
|
||||
[features]
|
||||
default = ["bin", "all-formats"]
|
||||
bin = ["anyhow", "clap", "rodio", "dasp_sample", "env_logger"]
|
||||
default = ["all-formats"]
|
||||
bin = ["clap", "rodio", "dasp_sample", "env_logger"]
|
||||
all-formats = ["mp3", "wav", "flac", "raw"]
|
||||
mp3 = ["mp3lame-encoder"]
|
||||
wav = ["hound"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue