Dairy-Drift/Cargo.toml

18 lines
410 B
TOML

[package]
name = "Dairy-Drift"
version = "0.0.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
field-offset = "0.3.4"
image = "0.24.5"
cgmath = "0.18.0"
tobj = "2.0.0"
glow = "0.12.1"
sdl2 = "0.34.5"
imgui = "0.10.0"
imgui-glow-renderer = {path = "./imgui_glow_renderer"}
imgui-sdl2-support = {path = "./imgui_sdl2_support"}