Skip to content

Commit

Permalink
toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 7, 2024
1 parent 8854b7c commit c245911
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .cargo/cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[env]
OPENCV_INCLUDE_PATHS= { value = "C:\\vcpkg\\installed\\x64-windows-static-md\\include", relative = false }
OPENCV_LINK_PATHS= { value = "C:\\vcpkg\\installed\\x64-windows-static-md\\lib", relative = false }
OPENCV_LINK_LIBS="opencv_core4.lib,opencv_imgproc4.lib,zlib.lib"
OPENCV_MSVC_CRT="static"
#[env]
#OPENCV_INCLUDE_PATHS= { value = "C:\\vcpkg\\installed\\x64-windows-static-md\\include", relative = false }
#OPENCV_LINK_PATHS= { value = "C:\\vcpkg\\installed\\x64-windows-static-md\\lib", relative = false }
#OPENCV_LINK_LIBS="opencv_core4.lib,opencv_imgproc4.lib,zlib.lib"
#OPENCV_MSVC_CRT="static"
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ workspace = { members = ["app"] }

[package]
name = "fast_morphology"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Fast morphological operations for images"
readme = "README.md"
Expand Down

0 comments on commit c245911

Please sign in to comment.