Skip to content

Commit

Permalink
fix(docs.rs): added rustdocflags
Browse files Browse the repository at this point in the history
This shoudl make docs.rs be able to build Perseus again.
  • Loading branch information
arctic-hen7 committed Jan 2, 2023
1 parent 35b9dab commit f06eb48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[build]
rustflags = [ "--cfg", "engine" ]
rustdocflags = [ "--cfg", "engine" ]

0 comments on commit f06eb48

Please sign in to comment.