Browse Source

Initial commit

master
Erin 8 years ago
commit
658209c8b9
4 changed files with 11 additions and 0 deletions
  1. +3
    -0
      .gitignore
  2. +8
    -0
      Cargo.toml
  3. +0
    -0
      build.rs
  4. +0
    -0
      src/lib.rs

+ 3
- 0
.gitignore View File

@ -0,0 +1,3 @@
target/
**/*.rs.bk
Cargo.lock

+ 8
- 0
Cargo.toml View File

@ -0,0 +1,8 @@
[package]
name = "bitfonts"
version = "0.1.0"
authors = ["Erin <erin@hashbang.sh>"]
build = "build.rs"
[dependencies]

+ 0
- 0
build.rs View File


+ 0
- 0
src/lib.rs View File


Loading…
Cancel
Save