aboutsummaryrefslogtreecommitdiff
path: root/bindgen/gen_rust.py
Commit message (Collapse)AuthorAgeFilesLines
* gen_rust.py: fix incorrect type mapping for sokol-shape typesAndre Weissflog2026-01-011-2/+1
|
* gen_rust.py: param type overrides for sg_dispatchAndre Weissflog2025-02-251-0/+3
|
* cleanup bindings generation scriptsAndre Weissflog2024-10-251-7/+0
|
* gen_rust.py: update sg_apply_uniforms parameter type mappingAndre Weissflog2024-10-201-1/+1
|
* Capitalize Rust and GitHub correctly.Bruce Mitchener2024-03-291-6/+6
|
* rust bindgen fixes, add sokol_imgui.h to rust generationAndre Weissflog2024-02-201-5/+3
|
* Typo fixes.Bruce Mitchener2024-02-081-1/+1
|
* rust: Fix manual_slice_size_calculation lint.Bruce Mitchener2023-12-091-1/+1
| | | | See: https://rust-lang.github.io/rust-clippy/master/index.html#/manual_slice_size_calculation
* fix rust bindings generationAndre Weissflog2023-09-231-1/+1
|
* add support to gen_rust.py for function pointers that return a primitive typeDaniel Hooper2023-09-191-0/+2
|
* gen_rust.py: special case SAPP_MODIFIER_* constants to u32 (fixes ↵Andre Weissflog2023-03-311-2/+9
| | | | https://github.com/floooh/sokol-rust/issues/5)
* Integrate automatic sokol-rust bindings generation. (#811)Andre Weissflog2023-03-291-0/+886