dendrobates-t-azureus/vga_buffer/Cargo.toml

16 lines
359 B
TOML
Raw Normal View History

2019-10-01 14:53:54 +02:00
[package]
name = "vga_buffer"
2019-10-01 14:53:54 +02:00
version = "0.1.0"
2019-10-02 09:52:19 +02:00
authors = ["Guillaume DIDIER <guillaume.didier.2014@polytechnique.org>"]
2019-10-01 14:53:54 +02:00
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
volatile = "0.3.0"
spin = "0.5.2"
2019-10-02 09:52:19 +02:00
[dependencies.lazy_static]
2020-05-29 16:26:53 +02:00
version = "1.4.0"
2020-02-04 14:23:14 +01:00
features = ["spin_no_std"]