refraction/Cargo.toml
2024-07-02 12:06:21 +03:00

15 lines
254 B
TOML

[package]
name = "hello"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.dev]
opt-level = 3
[dependencies]
rand = "0.8.5"
glm = "0.2.3"
show-image = "0.14.0"