Skip to content

Commit

Permalink
Adds documentation for no_std support.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stoeoef committed Nov 9, 2023
1 parent 5393872 commit 75162c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//! * A 2D constrained Delaunay triangulation: [ConstrainedDelaunayTriangulation]
//! * Supports vertex removal
//! * Serde support with the `serde` feature.
//! * `no_std` support with `default-features = false`
#![no_std]
#![forbid(unsafe_code)]
Expand Down

0 comments on commit 75162c5

Please sign in to comment.