-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumped minimum Rust version to 1.57.0 and 2021 edition.
- Loading branch information
1 parent
4db62fc
commit b631b07
Showing
5 changed files
with
9 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
[package] | ||
name = "glam" | ||
version = "0.20.5" # remember to update html_root_url | ||
edition = "2018" | ||
edition = "2021" | ||
authors = ["Cameron Hart <[email protected]>"] | ||
description = "A simple and fast 3D math library for games and graphics" | ||
repository = "https://github.com/bitshifter/glam-rs" | ||
readme = "README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["gamedev", "math", "matrix", "vector", "quaternion"] | ||
categories = ["game-engines", "no-std"] | ||
rust-version = "1.57" | ||
|
||
[badges] | ||
maintenance = { status = "actively-developed" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters