Initial commit
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user