v0.1 yay!!

This commit is contained in:
brevalferrari 2025-06-07 02:24:06 +02:00
parent b918cbeaae
commit 7bf1f0c6b1

View file

@ -1,6 +1,6 @@
[package] [package]
name = "bliplib" name = "bliplib"
version = "0.0.2" version = "0.1.0"
edition = "2024" edition = "2024"
authors = ["Breval Ferrari <breval.ferrari@fish.golf>"] authors = ["Breval Ferrari <breval.ferrari@fish.golf>"]
description = "The Bizarre Language for Intermodulation Programming (BLIP)" description = "The Bizarre Language for Intermodulation Programming (BLIP)"
@ -12,7 +12,7 @@ repository = "https://gitdab.com/breval/blip"
name = "bliplib" name = "bliplib"
[dependencies] [dependencies]
anyhow = { version = "1.0", optional = true } anyhow = { version = "1.0" }
cfg-if = "1" cfg-if = "1"
clap = { version = "4.5.39", features = ["derive"], optional = true } clap = { version = "4.5.39", features = ["derive"], optional = true }
derive-new = "0.7" derive-new = "0.7"
@ -35,8 +35,8 @@ log = "0"
env_logger = { version = "0", optional = true } env_logger = { version = "0", optional = true }
[features] [features]
default = ["bin", "all-formats"] default = ["all-formats"]
bin = ["anyhow", "clap", "rodio", "dasp_sample", "env_logger"] bin = ["clap", "rodio", "dasp_sample", "env_logger"]
all-formats = ["mp3", "wav", "flac", "raw"] all-formats = ["mp3", "wav", "flac", "raw"]
mp3 = ["mp3lame-encoder"] mp3 = ["mp3lame-encoder"]
wav = ["hound"] wav = ["hound"]