Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 367 Bytes

File metadata and controls

14 lines (11 loc) · 367 Bytes

Getting Started

Cyma is intended for use with nih-plug and VIZIA. To get started, just add it to your Cargo.toml.

  [dependencies]
  nih_plug = { ... }
  vizia_plug = { ... }
+ cyma = { git = "https://github.com/exa04/cyma" }

Then, you can use Cyma where you need it, by using cyma::prelude::*. This will import the most important parts of Cyma.