Skip to content

Commit

Permalink
fix: include new tools dir
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Feb 23, 2023
1 parent 3fe848f commit 7096300
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/target
/.idea
/.vscode
stereokit-sys.iml
Cargo.lock
.gitignore
Cargo.lock
11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
links = "StereoKitC"
name = "stereokit-sys"
repository = "https://github.com/MalekiRe/stereokit-sys"
version = "2.4.0"
version = "2.4.1"

include = [
"Cargo.toml",
Expand All @@ -16,9 +16,9 @@ include = [
"StereoKit/cmake",
"StereoKit/StereoKitC",
"StereoKit/CMakeLists.txt",
"StereoKit/Tools/include",
"StereoKit/Tools/skshaderc",
"StereoKit/Tools/skshaderc.exe",
"StereoKit/tools/include",
"StereoKit/tools/skshaderc",
"StereoKit/tools/skshaderc.exe",
"README.md",
]
readme = "README.md"
Expand All @@ -41,8 +41,7 @@ default-features = false
optional = true
features = ["std"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
bindgen = "0.63.0"
bindgen = "0.64.0"
cmake = "0.1.49"

0 comments on commit 7096300

Please sign in to comment.