24 lines
453 B
TOML
24 lines
453 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 = "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 = "1.16.3"
|