slang-rs/slang-sys
Lauro Oyen 3419fb03d9 Fix crash when enabling optimizations
Due to generating rust style enums for slang enums that can contain
more variants than explicitly defined, the generated optimized code
probably trunkated the integer values of these additional variants.
Fix by using constified enums for these cases.
2024-07-13 22:32:03 +02:00
..
src Add rustfmt config and format code 2024-05-11 15:42:42 +02:00
build.rs Fix crash when enabling optimizations 2024-07-13 22:32:03 +02:00
Cargo.toml Initial commit 2024-03-02 10:51:46 +01:00