scsynth 0.1.0

A safe Rust wrapper for an embedded, in-process SuperCollider scsynth engine.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "scsynth"
version = "0.1.0"
description = "A safe Rust wrapper for an embedded, in-process SuperCollider scsynth engine."
authors.workspace = true
edition.workspace = true
homepage.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
scsynth-sys.workspace = true
thiserror.workspace = true

[dev-dependencies]
# Replies are returned as raw OSC bytes; tests decode them with `rosc`.
rosc.workspace = true
hound.workspace = true