Skip to content

Commit

Permalink
Remove deprecated [badges] section from Cargo.toml (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 authored Mar 27, 2023
1 parent 0a7de58 commit c1cf296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: "/"
schedule:
interval: weekly
- package-ecosystem: "github-actions"
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "hassle-rs"
version = "0.10.0"
authors = ["Traverse-Research <support@traverseresearch.nl>"]
edition = "2018"
description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC hlsl compiler and validator."
description = "HLSL compiler library, this crate provides an FFI layer and idiomatic rust wrappers for the new DXC HLSL compiler and validator."
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Traverse-Research/hassle-rs"
Expand All @@ -13,9 +13,6 @@ categories = ["rendering", "rendering::graphics-api"]
include = ["src", "LICENSE"]
documentation = "https://docs.rs/hassle-rs"

[badges]
maintenance = { status = "actively-developed" }

[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"

Expand Down

0 comments on commit c1cf296

Please sign in to comment.