Skip to content

Commit b0cf630

Browse files
authored
fix: bump version
1 parent 7484617 commit b0cf630

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Loop-cgal is a Python package for mesh processing operations using the CGAL (Co
88
- Current features:
99
- clipping of 3D triangular surfaces
1010
- Future features:
11-
- Marching cubes algorithm for isosurface extraction
11+
- Marching cubes algorithm for isosurface extraction
1212
- Boolean operations on marching cube meshes.
1313

1414
## Installation
@@ -48,4 +48,4 @@ To install dependencies using [vcpkg](https://vcpkg.io/):
4848
```
4949
3. Set the `VCPKG_ROOT` environment variable to point to your vcpkg installation directory.
5050
4. Set the `CMAKE_ARGS` to include `-DCMAKE_TOOLCHAIN_FILE` and `-DVCPKG_ROOT` e.g. CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=$Env:VCPKG_ROOT\scripts\buildsystems\vcpkg.cmake -DVCPKG_ROOT=$Env:VCPKG_ROOT"
51-
4. Proceed with the build and installation steps as described above.
51+
4. Proceed with the build and installation steps as described above.

0 commit comments

Comments
 (0)