First Commit
This commit is contained in:
commit
0135974d08
7 changed files with 4979 additions and 0 deletions
9
Cargo.toml
Normal file
9
Cargo.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue