mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
edn stub examples are now runnable
the Render/Content trait pair is very finicky
This commit is contained in:
parent
f1b3fc0040
commit
f6c603bf73
9 changed files with 69 additions and 56 deletions
8
Justfile
8
Justfile
|
|
@ -118,3 +118,11 @@ sampler:
|
|||
plugin:
|
||||
reset
|
||||
cargo run --bin tek_plugin
|
||||
|
||||
edn01:
|
||||
reset
|
||||
cd edn && cargo run --example edn01
|
||||
|
||||
edn02:
|
||||
reset
|
||||
cd edn && cargo run --example edn02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue