diff options
| author | Clément Sibille <claymeuns@protonmail.com> | 2021-10-05 21:03:09 +0200 |
|---|---|---|
| committer | Clément Sibille <claymeuns@protonmail.com> | 2021-10-05 21:03:09 +0200 |
| commit | 58a7b22c3ec60380f6efdfd1493b8823fe0c17bc (patch) | |
| tree | 0e3103415574ad6e7336e00e8d43d7d41a0a7fe8 /kernel/Cargo.toml | |
| parent | a16a4dc9ed895c3a2934c2e14e1ab515f4899971 (diff) | |
Add terminal scrolling
This closes #2.
Diffstat (limited to 'kernel/Cargo.toml')
| -rw-r--r-- | kernel/Cargo.toml | 2 |
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"] } |
