mirror of
https://github.com/FranLMSP/rmg-001.git
synced 2024-11-10 12:11:32 +00:00
19 lines
356 B
TOML
19 lines
356 B
TOML
[package]
|
|
name = "rmg-001"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[features]
|
|
optimize = ["log/release_max_level_warn"]
|
|
default = ["optimize"]
|
|
|
|
[dependencies]
|
|
cpal = "0.13"
|
|
env_logger = "0.9"
|
|
log = "0.4"
|
|
pixels = "0.7"
|
|
winit = "0.25"
|
|
winit_input_helper = "0.10"
|