From 2c57dced0f320a2e87edbfd95bd1f830cf70694d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:52:34 +0000 Subject: [PATCH] Update cargo.toml version to 1.8.3 --- csbindgen/Cargo.toml | 2 +- dotnet-sandbox/libphysx_csbindgen.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/csbindgen/Cargo.toml b/csbindgen/Cargo.toml index 4a002c0..41da2de 100644 --- a/csbindgen/Cargo.toml +++ b/csbindgen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "csbindgen" -version = "1.8.2" +version = "1.8.3" edition = "2021" authors = [ "Yoshifumi Kawai ", diff --git a/dotnet-sandbox/libphysx_csbindgen.cs b/dotnet-sandbox/libphysx_csbindgen.cs index 25ab210..a924065 100644 --- a/dotnet-sandbox/libphysx_csbindgen.cs +++ b/dotnet-sandbox/libphysx_csbindgen.cs @@ -10238,7 +10238,7 @@ namespace Physx InternalError = 32, Abort = 64, PerfWarning = 128, - MaskAll, + MaskAll = -1, } internal enum PxConcreteType : int @@ -10324,7 +10324,7 @@ namespace Physx Hairsystem = 9, Custom = 10, GeometryCount = 11, - Invalid, + Invalid = -1, } [Flags]