Skip to content

Commit

Permalink
Change tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed May 5, 2024
1 parent 8df3f31 commit 2691f59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
11 changes: 1 addition & 10 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
# Copyright © 2018-2022 The Twang Contributors.
#
# Licensed under any of:
# - Apache License, Version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)
# - Boost Software License, Version 1.0 (https://www.boost.org/LICENSE_1_0.txt)
# - MIT License (https://mit-license.org/)
# At your choosing (See accompanying files LICENSE_APACHE_2_0.txt,
# LICENSE_MIT.txt and LICENSE_BOOST_1_0.txt).

[package]
name = "twang"
version = "0.10.0"
Expand All @@ -17,7 +8,7 @@ documentation = "https://docs.rs/twang"
homepage = "https://aldaronlau.github.io/twang"
repository = "https://github.com/AldaronLau/twang"
readme = "README.md"
description = "Library for pure Rust advanced audio synthesis."
description = "Library for advanced audio synthesis and mixing"
keywords = [
"audio",
"synth",
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Twang
Library for pure Rust advanced audio synthesis.

**Library for advanced audio synthesis and mixing**

## Goals
- Fast: Auto-vectorized audio synthesis.
Expand Down
2 changes: 1 addition & 1 deletion src/tree/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Library for pure Rust advanced audio synthesis.
//! **Library for advanced audio synthesis and mixing**
//!
//! Any synthesized waveform is generated by a dependency tree, also known as a
//! directed acyclic graph (DAG). The root of the tree is the final sound, with
Expand Down

0 comments on commit 2691f59

Please sign in to comment.