Skip to content

Commit

Permalink
Add readme with build status and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
beatgammit committed Sep 27, 2014
1 parent d039ec7 commit fdc93c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
Cargo.lock
target
11 changes: 11 additions & 0 deletions README.md
@@ -0,0 +1,11 @@
[![Build Status](https://travis-ci.org/dpc/hex2d-rs.svg?branch=master)](https://travis-ci.org/dpc/hex2d-rs)

# hex2d

## Introduction

Library for working with 2d hex map systems.

## Building

cargo build

0 comments on commit fdc93c1

Please sign in to comment.