flatten workspace into 1 crate

This commit is contained in:
🪞👃🪞 2024-12-29 00:10:30 +01:00
parent 7c4e1e2166
commit d926422c67
147 changed files with 66 additions and 126 deletions

15
suil/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "tek_suil"
version = "0.1.0"
edition = "2021"
[dependencies]
gtk = "0.18.1"
livi = "0.7.4"
#winit = { version = "0.30.4", features = [ "x11" ] }
[build-dependencies]
bindgen = "0.69.4"
[dev-dependencies]
winit = { version = "0.30.4", features = [ "x11" ] }