Skip to content

Commit 3e3d906

Browse files
committed
Add readme for widgets library
1 parent 8720ed0 commit 3e3d906

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

widgets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_widgets"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
description = "Graphical widgets for the caw synthesizer framework"
66
authors = ["Stephen Sherratt <[email protected]>"]

widgets/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
![CAW Logo](../assets/logo.png)
2+
3+
# caw_widgets
4+
5+
[![Version](https://img.shields.io/crates/v/caw_widgets.svg)](https://crates.io/crates/caw_widgets)
6+
[![Documentation](https://docs.rs/caw_widgets/badge.svg)](https://docs.rs/caw_widgets)
7+
[![test](https://github.com/gridbugs/caw/actions/workflows/test.yml/badge.svg)](https://github.com/gridbugs/caw/actions/workflows/test.yml)
8+
[![dependency status](https://deps.rs/repo/github/gridbugs/caw/status.svg)](https://deps.rs/repo/github/gridbugs/caw)
9+
10+
Library of graphical widgets for building synthesizer UIs for the caw synthesizer framework.
11+
12+
Part of the [CAW Synthesizer Framework](..).

0 commit comments

Comments
 (0)