Files
rust-raytracer/Cargo.toml
2023-11-28 17:09:50 -05:00

27 lines
510 B
TOML

[package]
name = "rust-opengl"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cfg-if = "1"
env_logger = "0.10"
log = "0.4"
pollster = "0.3"
anyhow = "1.0"
nalgebra = {version = "0.32.3"}
roots = "0.0.8"
imgui = "0.11"
imgui-wgpu = "0.23"
imgui-winit-support = "0.11"
winit = "0.27"
winit_input_helper = "0.13"
pixels = "0.13"
error-iter = "0.4.1"
rhai = {version = "1.16.3"}
rand = "0.8.5"
image = "0.24.7"