This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
bitfonts
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
Erin
8 years ago
commit
658209c8b9
4 changed files
with
11 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.gitignore
+8
-0
Cargo.toml
+0
-0
build.rs
+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
Write
Preview
Loading…
Cancel
Save