vga/Cargo.toml

13 lines
365 B
TOML
Raw Normal View History

2020-03-12 17:10:18 +00:00
[package]
name = "vga"
version = "0.1.0"
authors = ["Ryan Kennedy <rkennedy9064@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2020-03-12 18:34:48 +00:00
conquer-once = { version = "0.2.0", default-features = false }
spinning_top = { version = "0.1.0", features = ["nightly"] }
2020-03-12 17:10:18 +00:00
x86_64 = "0.9.6"