0.1.0-2-beta.1.fix.4
This commit is contained in:
@@ -522,7 +522,6 @@ def audit_file(root: pathlib.Path, path: pathlib.Path) -> list[Violation]:
|
||||
if ffi_export_exception:
|
||||
required_export_attributes = (
|
||||
'#[unsafe(export_name = "Java_com_sasedev_games_common_NativeBridge_nativeContractVersion")]',
|
||||
'#[unsafe(export_name = "Java_com_sasedev_games_common_NativeBridge_nativeRequestPlatformBack")]',
|
||||
'#[unsafe(export_name = "SDL_main")]',
|
||||
)
|
||||
for export_attribute in required_export_attributes:
|
||||
|
||||
Reference in New Issue
Block a user