mirror of https://github.com/Ivsucram/ivsemu.git
13 lines
326 B
TOML
13 lines
326 B
TOML
[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]
|
|
# crossterm = "0.19"
|
|
# tui = { version = "0.15", default-features = false, features = ['crossterm'] }
|
|
# druid = "0.7.0"
|
|
sdl2 = "0.34.5"
|
|
rand = "0.8.4" |