Add badges for crates.io (#34)
This commit is contained in:
parent
f19740003f
commit
0792d47ae7
|
@ -18,6 +18,10 @@ include = [
|
||||||
"/src/**/*",
|
"/src/**/*",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
travis-ci = { repository = "parasyte/pixels" }
|
||||||
|
maintenance = { status = "actively-maintained" }
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs", rev = "012d08d64de924da93289c2b51fb06b22d7348cf" }
|
wgpu = { git = "https://github.com/gfx-rs/wgpu-rs", rev = "012d08d64de924da93289c2b51fb06b22d7348cf" }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue