Make theinstant dependency optional, behind a profiler cargo feature
This commit is contained in:
@@ -57,4 +57,4 @@ bevy = {version = "0.7", default-features = false, features = ["bevy_winit", "re
|
||||
package = "rapier3d"
|
||||
path = "../rapier3d"
|
||||
version = "0.12.0"
|
||||
features = [ "serde-serialize", "debug-render" ]
|
||||
features = [ "serde-serialize", "debug-render", "profiler" ]
|
||||
Reference in New Issue
Block a user