First Commit

This commit is contained in:
reo 2025-06-28 14:20:46 +03:00
commit 0135974d08
7 changed files with 4979 additions and 0 deletions

9
Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "fps"
version = "0.1.0"
edition = "2021"
[dependencies]
glium = "0.36.0"
glutin = "0.32.3"
image = "0.25.6"