Skip to content

Commit

Permalink
Use SPDX license format
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet authored Oct 18, 2023
1 parent e1c97ad commit ef70b87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ documentation = "https://docs.rs/euclid/"
repository = "https://github.com/servo/euclid"
keywords = ["matrix", "vector", "linear-algebra", "geometry"]
categories = ["science"]
license = "MIT / Apache-2.0"
license = "MIT OR Apache-2.0"

[features]
default = ["std"]
Expand All @@ -19,7 +19,7 @@ libm = ["num-traits/libm"]
[dependencies]
num-traits = { version = "0.2.15", default-features = false }
serde = { version = "1.0", default-features = false, features = ["serde_derive"], optional = true }
mint = {version = "0.5.1", optional = true}
mint = { version = "0.5.1", optional = true }
arbitrary = { version = "1", optional = true, features = ["derive"] }
bytemuck = { version = "1.9", optional = true }

Expand Down

0 comments on commit ef70b87

Please sign in to comment.