mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
wip: loading lv2 gui with suil and gtk3
This commit is contained in:
parent
ef619c595a
commit
c0b1217e60
6 changed files with 516 additions and 30 deletions
|
|
@ -1,13 +1,14 @@
|
|||
[package]
|
||||
name = "suil"
|
||||
name = "suil-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
gtk = "0.18.1"
|
||||
livi = "0.7.4"
|
||||
|
||||
[build-dependencies]
|
||||
bindgen = "0.69.4"
|
||||
|
||||
[dev-dependencies]
|
||||
winit = { version = "0.30.4", features = [ "x11" ] }
|
||||
livi = "0.7.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue