add travis config + readme
Former-commit-id: a9a4929c42f353430eaf80f5c49526a4b7111b4b
This commit is contained in:
parent
a94c513a0c
commit
5a51803e66
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
dist: trusty
|
||||
language: rust
|
||||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
matrix:
|
||||
allow_failures:
|
||||
- rust: nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# mikktspace-rs
|
||||
[](https://crates.io/crates/mikktspace)
|
||||
[](https://travis-ci.org/bwasty/mikktspace-rs)
|
||||
|
||||
Rust MikkTSpace bindings
|
||||
Loading…
Reference in New Issue
Block a user