diff --git a/Cargo.toml b/Cargo.toml index 953d19b..8729531 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ miniz_oxide = "0.2.2" rand = "0.7.0" libc = "0.2.59" structopt = "0.2" -memoffset = "0.4.0" +memoffset = "0.5.0" [dev-dependencies.gltf] version = "0.12.0" @@ -65,4 +65,4 @@ opt-level = 3 codegen-units = 1 [features] -generate_bindings=["bindgen"] \ No newline at end of file +generate_bindings=["bindgen"]