Skip to content

Commit

Permalink
Disable rkyv for docsrs.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Aug 9, 2023
1 parent ef0dd73 commit c46f539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ include = [
]

[package.metadata.docs.rs]
features = ["glam", "serde", "rkyv"]
features = ["glam", "serde"]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
Expand Down

0 comments on commit c46f539

Please sign in to comment.