aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-04-08 05:19:11 +0100
committerAkshay <[email protected]>2021-04-08 05:20:01 +0100
commit3f341d9faa6f777297e593e19bb13737a50cd031 (patch)
treebe70862855d4fdfeb44016a9b3307755b9f086d7 /src
parentb90c2c4bc61248d5ea2e894fc70b84bc00582406 (diff)
rework nix flake
Diffstat (limited to 'src')
-rw-r--r--src/cli.rs2
-rw-r--r--src/lisp/prelude.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 6357355..bb1aae3 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -8,7 +8,7 @@ pub static HELP_TEXT: &str = "
8Usage 8Usage
9----- 9-----
10 10
11slate new <FILE> -d WIDTHxHEIGHT 11pala new <FILE> -d WIDTHxHEIGHT
12 12
13Options 13Options
14------- 14-------
diff --git a/src/lisp/prelude.rs b/src/lisp/prelude.rs
index d0667d8..f5ff13a 100644
--- a/src/lisp/prelude.rs
+++ b/src/lisp/prelude.rs
@@ -1,7 +1,7 @@
1use crate::{ 1use crate::{
2 bitmap::MapPoint, 2 bitmap::MapPoint,
3 brush::Brush, 3 brush::Brush,
4 grid::{Grid, GridKind}, 4 grid::GridKind,
5 guide::Guide, 5 guide::Guide,
6 lisp::{ 6 lisp::{
7 error::{EvalError, LispError}, 7 error::{EvalError, LispError},