Skip to content

Commit

Permalink
Fixing issues with extern crate rendering not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosan committed Jan 25, 2020
1 parent f0c32c7 commit e69ec9e
Show file tree
Hide file tree
Showing 5 changed files with 365 additions and 13 deletions.
146 changes: 139 additions & 7 deletions apps/mandelbrot_gen/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 rendering/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[lib]
name = "rendering_c_abi"
crate-type = ["dylib"]
crate-type = ["cdylib"]
edition = "2018"

[dependencies]
Expand Down
Loading

0 comments on commit e69ec9e

Please sign in to comment.