Skip to content

Commit

Permalink
cleanup old crystal stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mipmip committed Jun 19, 2023
1 parent 96278a8 commit 202149a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mip"
version = "0.1.1"
edition = "2021"
version = "0.1.2"
edition = "2023"

[dependencies]
wry = {version = "0.23"}
Expand Down
11 changes: 5 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,14 @@ compthemes:

build:
yarn
shards
make compthemes
crystal build --release src/mip.cr
cargo build --release

test:
crystal spec
@echo WIP

clean:
rm -f ./mip
rm -fv ./target

release:
@echo run crystal2nix and commit shards.nix
@echo "you should execute: crelease x.x.x"
@echo WIP
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ mip [markdown file]
- [ ] set version and date in changelog
- [ ] app: table of contents
- [ ] app: reload keybinding
- [ ] app: rm temp files
- [ ] app: vim keybindings
- [ ] app: export pdf
- [ ] app: export html
Expand All @@ -64,7 +65,6 @@ mip [markdown file]
### Setup HTML Template dev Environment

```bash
shards install
yarn
```

Expand All @@ -78,7 +78,6 @@ cargo run

```bash
cargo build --release
./mip
```

### Compile themes
Expand Down

0 comments on commit 202149a

Please sign in to comment.