Releases: Cysharp/csbindgen
Releases · Cysharp/csbindgen
Ver.1.7.3
What's Changed
- Add a setting to GetStarted to build crate into a dynamic library. by @higumachan in #27
- Update README.md To Add Main() to the build.rs by @NicholasMaselli in #29
- Support code inside Module blocks by @dsmiller95 in #34
New Contributors
- @higumachan made their first contribution in #27
- @NicholasMaselli made their first contribution in #29
- @dsmiller95 made their first contribution in #34
Full Changelog: 1.7.2...1.7.3
Ver.1.7.2
- csbindgen Grouping Code Generator uses
using System;
Ver.1.7.0
- support bitflags crate
- support tuple struct
- support unit struct
- support multi input_bindgen_file
- add csharp_disable_emit_dll_name option
- add GroupedNativeMethods code generator(NuGet
csbindgen
)
Ver 1.6.0
Ver 1.5.0
Ver 1.4.0
Ver 1.3.0
Ver 1.2.0
Ver 1.1.0
Ver 1.0.0
- Support
()
- Support
Enum
- Support
fn
callback asdelegate*
- Add
csharp_use_function_pointer
option - Add summary document comment generation
- Improve unused struct filtering
- drop configure
c_long
,c_ulong
option c_long
,c_ulong
convert toCLong
,CULong
isize
,usize
convert tonint
,nuint
- More documentation