2019-10-01 14:53:54 +02:00
|
|
|
[package]
|
2019-10-06 17:16:19 +02:00
|
|
|
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>"]
|
2024-06-24 09:39:28 +02:00
|
|
|
edition = "2021"
|
2019-10-01 14:53:54 +02:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2021-06-10 11:22:50 +02:00
|
|
|
volatile = "0.2.6"
|
|
|
|
spin = "0.9.0"
|
2019-10-02 09:52:19 +02:00
|
|
|
|
2019-10-06 17:16: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"]
|