Skip to content

Commit

Permalink
Merge pull request #106 from atouchet/lic
Browse files Browse the repository at this point in the history
Use SPDX license format
  • Loading branch information
mbrubeck committed Jul 17, 2023
2 parents 4693bfa + 4a667ad commit d3ba4b5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
name = "stb_image"
version = "0.2.5"
authors = ["The Servo Project Developers"]
description = "Bindings to the stb image encoding/decoding library"
description = "Bindings to the stb image encoding/decoding library."
repository = "https://github.com/servo/rust-stb-image"
documentation = "https://docs.rs/stb_image/"
documentation = "https://docs.rs/stb_image"
keywords = ["image", "jpeg", "png", "bmp", "gif"]
license = "MIT / Apache-2.0"

license = "MIT OR Apache-2.0"
build = "build.rs"

[dependencies]
Expand Down

0 comments on commit d3ba4b5

Please sign in to comment.