Initial release: Orca VM, TUI, MIDI/OSC/UDP output, and release pipeline
Release / build (aarch64, aarch64, aarch64-unknown-linux-gnu) (push) Successful in 5m23s
Release / build (x86_64, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Successful in 5m32s
Release / update-aur (push) Successful in 12s

This commit is contained in:
2026-07-07 17:40:00 +02:00
commit bf388576a3
19 changed files with 3009 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
[package]
name = "orca-rs"
version = "0.1.0"
edition = "2021"
description = "Orca live coding environment, ported to Rust"
license = "MIT"
repository = "https://prosjekt.klingenbergbygg.no/bl/orca-rs"
[dependencies]
crossterm = "0.28"
midir = "0.10"