[package] name = "opengl_rust" version = "0.1.0" authors = ["_"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.36" byteorder = "1.3.2" float-ord = "0.2.0" gl = "0.14.0" glam = "0.8.5" iota = "0.2.1" maplit = "1.0.2" partial-min-max = "0.4.0" png = "0.15.3" rand = "0.6.5" sdl2 = "0.32.2" tracing = "0.1.22" tracing-subscriber = "0.2.15" inter_quake_model = {path = "../inter_quake_model"}