diff --git a/Cargo.toml b/Cargo.toml index b96d1d2..20b28db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,10 @@ include = [ "/src/**/*", ] +[badges] +travis-ci = { repository = "parasyte/pixels" } +maintenance = { status = "actively-maintained" } + [dependencies] wgpu = { git = "https://github.com/gfx-rs/wgpu-rs", rev = "012d08d64de924da93289c2b51fb06b22d7348cf" }