Skip to content

Commit

Permalink
Merge pull request #42 from AlexTMjugador/fix/source-build
Browse files Browse the repository at this point in the history
Fix building from source by including source in published crate
  • Loading branch information
Jhonny Knaak de Vargas authored May 6, 2024
2 parents 80122ae + 5fc1db6 commit 42113ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ keywords = ["assimp", "3d", "blend", "3ds", "glTF"]
repository = "https://github.com/jkvargas/russimp-sys"
description = "Raw Assimp bindings for Rust"
include = [
"/assimp/include/assimp/**/*.{h,inl}",
"/assimp/",
"/src/",
"/bin/",
"/build.rs",
Expand Down

0 comments on commit 42113ff

Please sign in to comment.