Remove traces of the fluids feature.
This commit is contained in:
@@ -17,9 +17,6 @@ pub(crate) use self::solver::IslandSolver;
|
|||||||
#[cfg(feature = "parallel")]
|
#[cfg(feature = "parallel")]
|
||||||
pub(crate) use self::solver::ParallelIslandSolver;
|
pub(crate) use self::solver::ParallelIslandSolver;
|
||||||
|
|
||||||
#[cfg(feature = "fluids")]
|
|
||||||
pub use salva::object::{Boundary, BoundaryHandle, BoundarySet, Fluid, FluidHandle, FluidSet};
|
|
||||||
|
|
||||||
mod integration_parameters;
|
mod integration_parameters;
|
||||||
mod joint;
|
mod joint;
|
||||||
mod mass_properties;
|
mod mass_properties;
|
||||||
|
|||||||
@@ -13,10 +13,6 @@ extern crate nphysics3d as nphysics;
|
|||||||
extern crate rapier2d as rapier;
|
extern crate rapier2d as rapier;
|
||||||
#[cfg(feature = "dim3")]
|
#[cfg(feature = "dim3")]
|
||||||
extern crate rapier3d as rapier;
|
extern crate rapier3d as rapier;
|
||||||
#[cfg(all(feature = "dim2", feature = "fluids"))]
|
|
||||||
extern crate salva2d as salva;
|
|
||||||
#[cfg(all(feature = "dim3", feature = "fluids"))]
|
|
||||||
extern crate salva3d as salva;
|
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|||||||
Reference in New Issue
Block a user