initial commit

This commit is contained in:
raf 2025-02-19 00:56:00 +03:00
commit 48c901fad6
No known key found for this signature in database
GPG key ID: EED98D11B85A2819
6 changed files with 2125 additions and 0 deletions

12
Cargo.toml Normal file
View file

@ -0,0 +1,12 @@
[package]
name = "lychee"
version = "0.1.0"
edition = "2021"
[dependencies]
image = "0.25.5"
wayland-client = "0.31"
minifb = "0.28.0"