17 lines
340 B
TOML
17 lines
340 B
TOML
[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" |