Skip to content

Commit

Permalink
Upgrade to 2021 edition
Browse files Browse the repository at this point in the history
  • Loading branch information
michidk committed Mar 21, 2023
1 parent 1a4e66c commit 503741f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
name = "gfx-maths"
version = "0.2.9"
authors = [ "Robin Quint" ]
edition = "2018"
description = "Implementations for the most essential Graphics Math operations"
edition = "2021"
description = "Implementations for the most essential graphics math operations"
repository = "https://github.com/rob2309/gfx-maths-rs"
license = "MIT"
keywords = [
Expand All @@ -16,8 +16,6 @@ categories = [
[package.metadata.docs.rs]
features = [ "swizzle" ]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
auto_ops = "0.3.0"
paste = { version="1.0.6", optional=true }
Expand Down

0 comments on commit 503741f

Please sign in to comment.