Skip to content

Commit

Permalink
Add Crates and Build buttons to README (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirdaki authored Oct 8, 2022
1 parent 3eda987 commit a147e2a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["compilers", "command-line-utilities"]
llvm = ["inkwell"]

[dependencies]
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "llvm10-0", optional = true, version = "0.1.0-beta.4" }
inkwell = { git = "https://github.com/TheDan64/inkwell", branch = "master", optional = true, features = ["llvm10-0"] }
pest = "2.1.3"
pest_derive = "2.1.0"
clap = "2.33.3"
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# The Force

[![Latest Crates.io Version][Crates Image]][Crates Download]
[![Latest Crates.io Version][Build Image]][Build]
[![MIT license][License Image]][License]

[Crates Image]: https://img.shields.io/crates/v/theforce?style=flat-square
[Crates Download]: https://crates.io/crates/theforce
[Build Image]: https://img.shields.io/github/workflow/status/mirdaki/theforce/Rust%20Check/main?style=flat-square
[Build]: https://github.com/mirdaki/theforce/actions/workflows/rust-check.yml
[License Image]: https://img.shields.io/crates/l/theforce?style=flat-square
[License]: LICENSE.md

> The Force is a gateway to abilities many believe are unnatural...
The Force is a Star Wars inspired programming language. All keywords are made up of quotes from the movies and it is fully armed and operational!
Expand Down

0 comments on commit a147e2a

Please sign in to comment.