Skip to content

Commit

Permalink
Merge pull request #9 from cpmech/update-plotpy
Browse files Browse the repository at this point in the history
Update plotpy version
  • Loading branch information
cpmech authored Dec 29, 2024
2 parents 79fc920 + 94bd730 commit f74a947
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ categories = ["mathematics", "science"]
keywords = ["2D", "3D", "mesh", "geometry"]

[dependencies]
plotpy = "0.5"
once_cell = "1.12.0"
plotpy = "1.10"
once_cell = "1.20"

[build-dependencies]
cc = "1.0"
cc = "1.2"
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ mod tetgen_paraview;
mod trigen;
mod trigen_paraview;
pub use crate::tetgen::*;
pub use crate::tetgen_paraview::*;
pub use crate::trigen::*;

// run code from README file
Expand Down

0 comments on commit f74a947

Please sign in to comment.