Initial commit

This commit is contained in:
2024-05-07 21:39:27 +02:00
parent ef9dab7593
commit 12e6760fb5
6 changed files with 284 additions and 0 deletions

17
Cargo.toml Normal file
View File

@@ -0,0 +1,17 @@
[package]
name = "DayNight"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pixels = "0.13.0"
env_logger = "0.10"
log = "0.4"
winit = "0.28"
winit_input_helper = "0.14"
randomize = "5.0.0"
getrandom = "0.2.15"
byteorder = "1"
noise = "0.9"