Initial commit

This commit is contained in:
2024-11-20 21:22:00 +00:00
commit ff378888a3
3 changed files with 61 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "pixel_maping"
version = "0.1.0"
edition = "2021"
[dependencies]
eframe = "0.29.1"
egui = "0.29.1"
egui_extras = "0.29.1"
image = "0.25.5"
nokhwa = {version = "0.10.5", features = ["input-v4l"]}
sacn = "0.4.4"