Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "VERY fast encoder/decoder for QOI (Quite Okay Image) format"
authors = ["Ivan Smirnov <[email protected]>"]
edition = "2021"
readme = "README.md"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/aldanor/qoi-rust"
homepage = "https://github.com/aldanor/qoi-rust"
documentation = "https://docs.rs/qoi"
Expand Down
2 changes: 1 addition & 1 deletion bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "qoi-bench"
version = "0.1.0"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Ivan Smirnov <[email protected]>"]
publish = false

Expand Down
2 changes: 1 addition & 1 deletion libqoi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libqoi"
version = "0.1.0"
edition = "2018"
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
authors = ["Ivan Smirnov <[email protected]>"]
description = "Bindings to the original qoi.h (for test purposes only)"
publish = false
Expand Down