refactor: decided i don't like the deps/ subdir any longer

This commit is contained in:
stop screaming 2026-02-20 14:50:19 +02:00
parent 6411a82279
commit 9b4f7f25c1
45 changed files with 5 additions and 5 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" ] }