Skip to content

Commit

Permalink
Disable cdylib for cargo-only branch
Browse files Browse the repository at this point in the history
It looks like there isn't a proper way to toggle this yet:
rust-lang/cargo#4881

I suppose I should set up some script to automatically update a
"cargo-only" branch then.
  • Loading branch information
Demindiro committed Mar 29, 2021
1 parent 19f4985 commit 12b5dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "godot_rapier3d"
crate-type = ["cdylib"]
#crate-type = ["cdylib"]

[dependencies]
rapier3d = { version = "*", features = ["simd-nightly"] }
Expand Down

0 comments on commit 12b5dfe

Please sign in to comment.