feat: basic UI app FTLK

This commit is contained in:
meow 2025-03-10 09:18:14 +01:00
commit 78eada5f66
4 changed files with 129 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "Lango"
version = "0.1.0"
edition = "2024"
[dependencies]
fltk = "1.5.4"