mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-06 19:26:42 +01:00
add justfile and readme
This commit is contained in:
parent
099d0f3e92
commit
cfc1d6c0d8
2 changed files with 5 additions and 5 deletions
2
Justfile
Normal file
2
Justfile
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
hello:
|
||||||
|
clear; tmux clear-history || true; cargo build && target/debug/vestal bin/hello-msg.exe | less
|
||||||
|
|
@ -1,5 +1,3 @@
|
||||||
# vestal
|
```
|
||||||
|
just # 🛕
|
||||||
here is meant to be a tool which takes a vst2 dll
|
```
|
||||||
and statically relinks it into a modern format
|
|
||||||
that can be used on linux x64.
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue