2021-07-21 11:02:12 +08:00
|
|
|
[package]
|
|
|
|
name = "ivsemu"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-07-24 23:17:16 +08:00
|
|
|
rand = "0.8.4"
|
2021-07-25 20:11:18 +08:00
|
|
|
# vulkano = "0.24.0"
|
|
|
|
# imgui = "0.7.0"
|
2021-07-24 23:17:16 +08:00
|
|
|
|
|
|
|
[dependencies.sdl2]
|
|
|
|
version = "0.34.5"
|
|
|
|
features = ["bundled", "static-link"]
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.gl]
|
|
|
|
git = "https://github.com/bjz/gl-rs"
|