mirror of
https://github.com/drewcassidy/vector-victor.git
synced 2024-09-01 14:58:35 +00:00
Release Version 0.1.2 (2023-06-14)
### Fixed - Fixed docs failing to build on docs.rs (attempt 2)
This commit is contained in:
parent
f7129fc248
commit
609f3725bd
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file
|
All notable changes to this project will be documented in this file
|
||||||
|
|
||||||
|
## Version 0.1.2 (2023-06-14) - 2024-06-19
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed docs failing to build on docs.rs (attempt 2)
|
||||||
|
|
||||||
|
|
||||||
## Version 0.1.1 (2023-06-14) - 2024-06-19
|
## Version 0.1.1 (2023-06-14) - 2024-06-19
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "vector-victor"
|
name = "vector-victor"
|
||||||
license = "MPL-2.0"
|
license = "MPL-2.0"
|
||||||
description = "Yet another linear algebra crate"
|
description = "Yet another linear algebra crate"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
keywords = ["matrix", "vector", "linear-algebra"]
|
keywords = ["matrix", "vector", "linear-algebra"]
|
||||||
categories = ["graphics", "mathematics"]
|
categories = ["graphics", "mathematics"]
|
||||||
@ -18,5 +18,5 @@ num-traits = "0.2.15"
|
|||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = [
|
rustdoc-args = [
|
||||||
"--html-in-header",
|
"--html-in-header",
|
||||||
"vector-victor/docs/mathjax.html",
|
"docs/mathjax.html",
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user