summaryrefslogtreecommitdiffstats
path: root/kernel/Cargo.toml
diff options
context:
space:
mode:
authorClément Sibille <claymeuns@protonmail.com>2021-10-05 21:03:09 +0200
committerClément Sibille <claymeuns@protonmail.com>2021-10-05 21:03:09 +0200
commit58a7b22c3ec60380f6efdfd1493b8823fe0c17bc (patch)
tree0e3103415574ad6e7336e00e8d43d7d41a0a7fe8 /kernel/Cargo.toml
parenta16a4dc9ed895c3a2934c2e14e1ab515f4899971 (diff)
Add terminal scrolling
This closes #2.
Diffstat (limited to 'kernel/Cargo.toml')
-rw-r--r--kernel/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml
index 1ca49e6..e5b9b67 100644
--- a/kernel/Cargo.toml
+++ b/kernel/Cargo.toml
@@ -10,3 +10,5 @@ edition = "2018"
[lib]
crate-type = ["staticlib"]
+[dependencies]
+compiler_builtins = { version = "0.1.50", features = ["mem"] }
Go back to lisible.xyz